certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] certi CMakeLists.txt


From: CERTI CVS commits
Subject: [certi-cvs] certi CMakeLists.txt
Date: Wed, 25 Sep 2013 14:55:40 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      13/09/25 14:55:40

Modified files:
        .              : CMakeLists.txt 

Log message:
        Fix patch #7072 we should require modern CMake version.
        We go for 2.8.0 which is already more than 3 year old which seems 
acceptable.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/CMakeLists.txt?cvsroot=certi&r1=1.123&r2=1.124

Patches:
Index: CMakeLists.txt
===================================================================
RCS file: /sources/certi/certi/CMakeLists.txt,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -b -r1.123 -r1.124
--- CMakeLists.txt      25 Sep 2013 09:46:43 -0000      1.123
+++ CMakeLists.txt      25 Sep 2013 14:55:39 -0000      1.124
@@ -1,6 +1,6 @@
 PROJECT(CERTI CXX)
 
-CMAKE_MINIMUM_REQUIRED(VERSION 2.4.4)
+cmake_minimum_required(VERSION 2.8.0)
 INCLUDE(${CMAKE_ROOT}/Modules/Dart.cmake)
 MARK_AS_ADVANCED(TCL_TCLSH DART_ROOT)
 # New Policy for full path library search



reply via email to

[Prev in Thread] Current Thread [Next in Thread]