certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi/include CMakeLists.txt


From: CERTI CVS commits
Subject: [certi-cvs] certi/include CMakeLists.txt
Date: Mon, 16 Sep 2013 14:31:27 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      13/09/16 14:31:27

Modified files:
        include        : CMakeLists.txt 

Log message:
        Suppress spurious space.

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

Patches:
Index: CMakeLists.txt
===================================================================
RCS file: /sources/certi/certi/include/CMakeLists.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- CMakeLists.txt      22 Oct 2009 15:33:17 -0000      1.5
+++ CMakeLists.txt      16 Sep 2013 14:31:27 -0000      1.6
@@ -11,9 +11,8 @@
   federateAmbServices.hh 
   fedtime.hh 
   DESTINATION include)
-    
 # Install public IEEE-1516 DLC headers files
 # taken from SISO-STD-004.1-2004
 # see 
http://www.sisostds.org/index.php?tg=fileman&idx=get&id=5&gr=Y&path=SISO+Products%2FSISO+Standards&file=SIS-STD-004.1-2004.zip
 INSTALL(DIRECTORY RTI DESTINATION include
-        PATTERN "CVS" EXCLUDE )
+        PATTERN "CVS" EXCLUDE)



reply via email to

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