I'll push a fix for this soon to git-master, however in the time being you'll have to do a
include(ParaViewPlugins) at the top of ParaViewAdapter/CMakeLists.txt file. Again, I'll soon push a fix to ParaView master so that this won't be necessary. Utkarsh On Wed, Aug 22, 2012 at 1:31 PM, Zach Mullen <[email protected]> wrote: > Hi guys, > > I am attempting to superbuild ParaViewWeb on CentOS 64-bit and I'm running > into a CMake error when it reaches the configuration stage for building > ParaViewWeb itself: > > [ 95%] Performing configure step for 'ParaViewWeb' > -- The C compiler identification is GNU 4.6.3 > -- The CXX compiler identification is GNU 4.6.3 > -- Check for working C compiler: /usr/lib64/ccache/gcc > -- Check for working C compiler: /usr/lib64/ccache/gcc -- works > -- Detecting C compiler ABI info > -- Detecting C compiler ABI info - done > -- Check for working CXX compiler: /usr/lib64/ccache/c++ > -- Check for working CXX compiler: /usr/lib64/ccache/c++ -- works > -- Detecting CXX compiler ABI info > -- Detecting CXX compiler ABI info - done > CMake Error at ParaViewAdapter/CMakeLists.txt:50 (add_paraview_plugin): > Unknown CMake command "add_paraview_plugin". > > > -- Configuring incomplete, errors occurred! > > > I looked around the CMake scripts a bit, but I'm not sure what the best way > to fix this is... any suggestions? > > Thanks, > > -- > Zach Mullen > R & D Engineer > Kitware Inc. > 919-869-8858 > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
