From: davila Date: Fri, 26 Mar 2010 14:37:53 +0000 (+0000) Subject: BUG: vtk not found X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=gdcm.git;a=commitdiff_plain;h=f1d5aef5e0eaa2ef4aacd0354915ffe371fc9866 BUG: vtk not found --- 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)