Hi, Perhaps it will be helpful information for someone. On popular Linux distributions CMake 2.6 may not be necessarily the same CMake 2.6 as documented [1] on the website.
CMake from Ubuntu 9.10 reports "cmake version 2.6-patch 4" CMake from Debian 5.0.3 reports "cmake version 2.6-patch 0" It's a micro-difference but may be significant, because on Debian, for instance, VERSION_LESS or VERSION_GREATER are not available. I understand it's probably a Debian problem, but users may be confused while trying to refer to CMake 2.6 documentation. [1] http://cmake.org/cmake/help/cmake2.6docs.html Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
