From: malaterre Date: Sat, 14 May 2005 23:27:13 +0000 (+0000) Subject: ENH: Add a note about cmake version, since CMAKE_REQUIRE_VERSION does not take into... X-Git-Tag: Version1.2.bp~721 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=3bb146cbeb1c778d5b35f39b5b18369296da0197;p=gdcm.git ENH: Add a note about cmake version, since CMAKE_REQUIRE_VERSION does not take into account patch level. See bug #1854 --- 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: