[Paraview] ccmake error when building example custom application

Nathan Jarus nmjxv3 at mst.edu
Mon Apr 2 16:32:16 EDT 2012


Hi,

I'm trying to build the example custom application Clone1. I've got
the paraview source in ~/ParaView, and a ~/pv_clone1 folder for the
binaries. In ~/pv_clone1, I ran

ccmake ../ParaView/Examples/CustomApplications/Clone1

but I get the following error:

CMake Error at CMakeLists.txt:6 (FIND_PACKAGE):
   Could not find module FindParaView.cmake or a configuration file for
   package ParaView.

   Adjust CMAKE_MODULE_PATH to find FindParaView.cmake or set ParaView_DIR to
   the directory containing a CMake configuration file for ParaView.  The file
   will have one of the following names:

     ParaViewConfig.cmake
     paraview-config.cmake

(plus a few other that stem from this)

I've tried setting ParaView_DIR to ~/ParaView and ~/ParaView/CMake,
but those both resulted in the same error. Setting ParaView_DIR to
~/ParaView/Plugins/SQToolkit (where ParaViewConfig.cmake resides)
causes ccmake to segfault.

What am I doing wrong?

--Nathan


More information about the ParaView mailing list