<p>That&#39;s a known problem. It happened when we modularized ParaView&#39;s build system a couple of weeks ago. It will be fixed before 4.0. </p>
<div class="gmail_quote">On Sep 11, 2012 2:19 AM, &quot;Takuya OSHIMA&quot; &lt;<a href="mailto:oshima@eng.niigata-u.ac.jp">oshima@eng.niigata-u.ac.jp</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
With the latest git-master, ParaView/Examples/Plugins/VisItReader<br>
fails to configure with cmake stating that cmake command<br>
&quot;ADD_VISIT_PLUGIN_READER&quot; is unknown. Is this a known problem?<br>
<br>
If anyone is curious, I am trying to update a Shapefile reader plugin<br>
which I have pulled from VisIt<br>
(<a href="https://gitorious.org/avtshapefilefileformat_plugin" target="_blank">https://gitorious.org/avtshapefilefileformat_plugin</a>) to work with the<br>
latest master and having the same issue.<br>
<br>
(OS X 10.6.8, CMake 2.8.9, Qt 4.8.2)<br>
&gt; cmake -DParaView_DIR=/opt/src/paraview/build ../ParaView/Examples/Plugins/VisItReader<br>
-- The C compiler identification is GNU 4.2.1<br>
-- The CXX compiler identification is GNU 4.2.1<br>
-- Checking whether C compiler has -isysroot<br>
-- Checking whether C compiler has -isysroot - yes<br>
-- Checking whether C compiler supports OSX deployment target flag<br>
-- Checking whether C compiler supports OSX deployment target flag - yes<br>
-- Check for working C compiler: /usr/bin/gcc<br>
-- Check for working C compiler: /usr/bin/gcc -- works<br>
-- Detecting C compiler ABI info<br>
-- Detecting C compiler ABI info - done<br>
-- Checking whether CXX compiler has -isysroot<br>
-- Checking whether CXX compiler has -isysroot - yes<br>
-- Checking whether CXX compiler supports OSX deployment target flag<br>
-- Checking whether CXX compiler supports OSX deployment target flag - yes<br>
-- Check for working CXX compiler: /usr/bin/c++<br>
-- Check for working CXX compiler: /usr/bin/c++ -- works<br>
-- Detecting CXX compiler ABI info<br>
-- Detecting CXX compiler ABI info - done<br>
-- Looking for Q_WS_X11<br>
-- Looking for Q_WS_X11 - not found.<br>
-- Looking for Q_WS_WIN<br>
-- Looking for Q_WS_WIN - not found.<br>
-- Looking for Q_WS_QWS<br>
-- Looking for Q_WS_QWS - not found.<br>
-- Looking for Q_WS_MAC<br>
-- Looking for Q_WS_MAC - found<br>
-- Looking for QT_MAC_USE_COCOA<br>
-- Looking for QT_MAC_USE_COCOA - found<br>
-- Found Qt4: /opt/Qt-4.8.2/bin/qmake (found version &quot;4.8.2&quot;)<br>
CMake Error at CMakeLists.txt:21 (ADD_VISIT_PLUGIN_READER):<br>
  Unknown CMake command &quot;ADD_VISIT_PLUGIN_READER&quot;.<br>
<br>
<br>
-- Configuring incomplete, errors occurred!<br>
<br>
Takuya OSHIMA, Ph.D.<br>
Faculty of Engineering, Niigata University<br>
8050 Ikarashi-Ninocho, Nishi-ku, Niigata, 950-2181, JAPAN<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div>