From f1d5aef5e0eaa2ef4aacd0354915ffe371fc9866 Mon Sep 17 00:00:00 2001 From: davila Date: Fri, 26 Mar 2010 14:37:53 +0000 Subject: [PATCH] BUG: vtk not found --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d6c22be..85f0488d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -285,6 +285,8 @@ IF(GDCM_VTK) IF(VTK_FOUND) #INCLUDE(${VTK_USE_FILE}) SUBDIRS(vtk) + ELSEIF(VTK_FOUND) + message(FATAL_ERROR "VTK not found") ENDIF(VTK_FOUND) ENDIF(GDCM_VTK) -- 2.45.0