--
You received this message because you are subscribed to a topic in the Google Groups "ttk-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ttk-users/Kzk27yOEy3k/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ttk-users+...@googlegroups.com.
To post to this group, send email to ttk-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ttk-users/06006624-ebce-44c6-bfbc-4fc26868082f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
CMake Error at paraview/CMakeLists.txt:38 (find_package):
By not providing "FindParaView.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "ParaView",
but CMake did not find one.
Could not find a package configuration file provided by "ParaView" with any
of the following names:
ParaViewConfig.cmake
paraview-config.cmake
Add the installation prefix of "ParaView" to CMAKE_PREFIX_PATH or set
"ParaView_DIR" to a directory containing one of the above files. If
"ParaView" provides a separate development package or SDK, be sure it has
been installed.
I have tried the following command: 'ccmake -DCMAKE_INSTALL_PREFIX=/usr/local/paraview/5.6.0/lib/cmake ..',
but it didn't work for me. Could you please help me to solve this issue?
Thank you in advance.
Best,
Kate
--
You received this message because you are subscribed to a topic in the Google Groups "ttk-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ttk-users/Kzk27yOEy3k/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ttk-users+...@googlegroups.com.
To post to this group, send email to ttk-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ttk-users/a2143366-1100-4084-899c-a40890919e1c%40googlegroups.com.
Hi to everybody,