From 3bb146cbeb1c778d5b35f39b5b18369296da0197 Mon Sep 17 00:00:00 2001 From: malaterre Date: Sat, 14 May 2005 23:27:13 +0000 Subject: [PATCH] ENH: Add a note about cmake version, since CMAKE_REQUIRE_VERSION does not take into account patch level. See bug #1854 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6752044c..9e0aa193 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,6 @@ PROJECT(GDCM) CMAKE_MINIMUM_REQUIRED(VERSION 2.0) +# okay in fact you need at least cmake 2.0.4 to get swig working properly #----------------------------------------------------------------------------- # GDCM version number, usefull for packaging and doxygen doc: -- 2.45.1