From 7d2ac1e8d70c6e49f609664b628b28057fa38426 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 15 Dec 2008 09:56:35 +0000 Subject: [PATCH] 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!!). --- CGALimageIO/src/CGALimageIO/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CGALimageIO/src/CGALimageIO/CMakeLists.txt b/CGALimageIO/src/CGALimageIO/CMakeLists.txt index a3af50045b0..0b6d2f7bd8e 100644 --- a/CGALimageIO/src/CGALimageIO/CMakeLists.txt +++ b/CGALimageIO/src/CGALimageIO/CMakeLists.txt @@ -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)