]> Creatis software - cpPlugins.git/blobdiff - cmake/KitwareTools.cmake
Moved to version 1.0
[cpPlugins.git] / cmake / KitwareTools.cmake
diff --git a/cmake/KitwareTools.cmake b/cmake/KitwareTools.cmake
deleted file mode 100644 (file)
index b4493d2..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# ======================
-# == Find ITK and VTK ==
-# ======================
-
-FIND_PACKAGE(ITK REQUIRED)
-FIND_PACKAGE(VTK REQUIRED)
-
-INCLUDE(${ITK_USE_FILE})
-INCLUDE(${VTK_USE_FILE})
-
-# ===================================================
-# == Do not use itk-vtk glue --> problems ahead!!! ==
-# ===================================================
-
-IF(ITKVtkGlue_LOADED)
-  MESSAGE(FATAL_ERROR "ITKVtkGlue module is available. Please re-compile your ITK without it. It could lead to nasty compilation problems... Just waiting for Kitware to solve it.")
-ENDIF(ITKVtkGlue_LOADED)
-
-## eof - $RCSfile$