certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] applications/PyHLA/hla/_rti CMakeLists.txt


From: certi-cvs
Subject: [certi-cvs] applications/PyHLA/hla/_rti CMakeLists.txt
Date: Sun, 21 Jun 2009 11:26:39 +0000

CVSROOT:        /sources/certi
Module name:    applications
Changes by:     Petr Gotthard <gotthardp>       09/06/21 11:26:39

Modified files:
        PyHLA/hla/_rti : CMakeLists.txt 

Log message:
        Require cmake with the standard FindRTI.cmake module

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/applications/PyHLA/hla/_rti/CMakeLists.txt?cvsroot=certi&r1=1.3&r2=1.4

Patches:
Index: CMakeLists.txt
===================================================================
RCS file: /sources/certi/applications/PyHLA/hla/_rti/CMakeLists.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- CMakeLists.txt      15 Nov 2008 14:32:25 -0000      1.3
+++ CMakeLists.txt      21 Jun 2009 11:26:39 -0000      1.4
@@ -1,3 +1,5 @@
+CMAKE_MINIMUM_REQUIRED(VERSION 2.6.3)
+# The FindRTI.cmake module is available since cmake 2.6.3
 FIND_PACKAGE(RTI REQUIRED)
 
 ADD_DEFINITIONS(${RTI_DEFINITIONS})
@@ -36,4 +38,4 @@
     LIBRARY DESTINATION hla
     ARCHIVE DESTINATION hla)
 
-# $Id: CMakeLists.txt,v 1.3 2008/11/15 14:32:25 gotthardp Exp $
+# $Id: CMakeLists.txt,v 1.4 2009/06/21 11:26:39 gotthardp Exp $




reply via email to

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