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
Subject: [certi-cvs] certi CMakeLists.txt
Date: Sat, 21 Nov 2009 14:47:47 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      09/11/21 14:47:47

Modified files:
        .              : CMakeLists.txt 

Log message:
        Small fix.
        CPACK_PACKAGE_NAME may be derived from PACKAGE_NAME

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

Patches:
Index: CMakeLists.txt
===================================================================
RCS file: /sources/certi/certi/CMakeLists.txt,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -b -r1.75 -r1.76
--- CMakeLists.txt      23 Oct 2009 06:26:13 -0000      1.75
+++ CMakeLists.txt      21 Nov 2009 14:47:47 -0000      1.76
@@ -345,7 +345,7 @@
 SET(CPACK_PACKAGE_VENDOR "ONERA/DTIM")
 SET(CPACK_PACKAGE_DESCRIPTION_FILE 
"${CMAKE_CURRENT_SOURCE_DIR}/CERTI_DESCRIPTION.txt")
 SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/COPYING")
-SET(CPACK_PACKAGE_NAME certi)
+SET(CPACK_PACKAGE_NAME "${PACKAGE_NAME}")
 SET(CPACK_SYSTEM_NAME ${CMAKE_SYSTEM_NAME})
 
 IF (WIN32)




reply via email to

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