Hide the option "WITH_VTK". Adventurous users may have problems with the

side-effects of it (mainly, FindVTK.cmake overrides CPP flags, and even the
CMAKE_CXX_COMPILER!!).
This commit is contained in:
Laurent Rineau 2008-12-15 09:56:35 +00:00
parent 66061bf683
commit 7d2ac1e8d7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ endif()
find_package(ZLIB)
find_package(OpenGL)
option(WITH_VTK "Add VTK support to the CGAL ImageIO library." OFF)
#option(WITH_VTK "Add VTK support to the CGAL ImageIO library." OFF)
if(WITH_VTK)
find_package(VTK QUIET)