certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi RTIG/CMakeLists.txt RTIA/CMakeLists.txt


From: certi-cvs
Subject: [certi-cvs] certi RTIG/CMakeLists.txt RTIA/CMakeLists.txt
Date: Mon, 31 Aug 2009 14:18:55 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      09/08/31 14:18:55

Modified files:
        RTIG           : CMakeLists.txt 
        RTIA           : CMakeLists.txt 

Log message:
        Fix bug #27357 : RTIA and RTIG executable wrongly depends on libRTI and 
libFedTime
        RTIA and RTIG does not need to be linked with
        libFedTime and libRTI (anymore).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/RTIG/CMakeLists.txt?cvsroot=certi&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/certi/RTIA/CMakeLists.txt?cvsroot=certi&r1=1.7&r2=1.8

Patches:
Index: RTIG/CMakeLists.txt
===================================================================
RCS file: /sources/certi/certi/RTIG/CMakeLists.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- RTIG/CMakeLists.txt 7 Dec 2008 20:16:11 -0000       1.6
+++ RTIG/CMakeLists.txt 31 Aug 2009 14:18:55 -0000      1.7
@@ -13,7 +13,7 @@
   )
 
 ADD_EXECUTABLE(rtig ${rtig_SRCS})
-TARGET_LINK_LIBRARIES(rtig CERTI RTI FedTime)
+TARGET_LINK_LIBRARIES(rtig CERTI)
 
 INSTALL(TARGETS rtig 
     RUNTIME DESTINATION bin

Index: RTIA/CMakeLists.txt
===================================================================
RCS file: /sources/certi/certi/RTIA/CMakeLists.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- RTIA/CMakeLists.txt 7 Dec 2008 20:16:08 -0000       1.7
+++ RTIA/CMakeLists.txt 31 Aug 2009 14:18:55 -0000      1.8
@@ -20,7 +20,7 @@
   )
 
 ADD_EXECUTABLE(rtia ${rtia_SRCS})
-TARGET_LINK_LIBRARIES(rtia CERTI RTI FedTime)
+TARGET_LINK_LIBRARIES(rtia CERTI)
 
 INSTALL(TARGETS rtia 
     RUNTIME DESTINATION bin




reply via email to

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