Author: peter_lemenkov Date: 2010-05-19 11:52:17 +0200 (Wed, 19 May 2010) New Revision: 1923
Modified: trunk/CMakeLists.txt Log: Since now, sems can be compiled with older CMake (except few modules). Thus we need to lower required CMake version. Signed-off-by: Peter Lemenkov <[email protected]> Modified: trunk/CMakeLists.txt =================================================================== --- trunk/CMakeLists.txt 2010-05-19 09:33:50 UTC (rev 1922) +++ trunk/CMakeLists.txt 2010-05-19 09:52:17 UTC (rev 1923) @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.6) +CMAKE_MINIMUM_REQUIRED(VERSION 2.4) PROJECT (SEMS) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
