mirror of https://github.com/CGAL/cgal
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:
parent
66061bf683
commit
7d2ac1e8d7
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue