certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] applications/PyHLA CMakeLists.txt


From: certi-cvs
Subject: [certi-cvs] applications/PyHLA CMakeLists.txt
Date: Wed, 16 Mar 2011 12:33:35 +0000

CVSROOT:        /sources/certi
Module name:    applications
Changes by:     Eric NOULARD <erk>      11/03/16 12:33:34

Modified files:
        PyHLA          : CMakeLists.txt 

Log message:
        CMake 2.6.2 is needed for VERSION_LESS

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/applications/PyHLA/CMakeLists.txt?cvsroot=certi&r1=1.13&r2=1.14

Patches:
Index: CMakeLists.txt
===================================================================
RCS file: /sources/certi/applications/PyHLA/CMakeLists.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- CMakeLists.txt      16 Mar 2011 12:11:49 -0000      1.13
+++ CMakeLists.txt      16 Mar 2011 12:33:34 -0000      1.14
@@ -1,7 +1,7 @@
 PROJECT(PyHLA C CXX)
 # SET(CMAKE_VERBOSE_MAKEFILE ON)
 
-CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
+CMAKE_MINIMUM_REQUIRED(VERSION 2.6.2)
 
 SET(PACKAGE_NAME "PyHLA")
 SET(PACKAGE_VERSION_MAJOR "1")
@@ -78,4 +78,4 @@
 
 INCLUDE(CPack)
 
-# $Id: CMakeLists.txt,v 1.13 2011/03/16 12:11:49 erk Exp $
+# $Id: CMakeLists.txt,v 1.14 2011/03/16 12:33:34 erk Exp $



reply via email to

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