[Top][All Lists]
[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: |
Sun, 11 Jul 2010 15:16:17 +0000 |
CVSROOT: /sources/certi
Module name: certi
Changes by: Eric NOULARD <erk> 10/07/11 15:16:17
Modified files:
. : CMakeLists.txt
Log message:
Add license to RPM header.
Build relocatable package if possible (and if CPackRPM supports it)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/CMakeLists.txt?cvsroot=certi&r1=1.82&r2=1.83
Patches:
Index: CMakeLists.txt
===================================================================
RCS file: /sources/certi/certi/CMakeLists.txt,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -b -r1.82 -r1.83
--- CMakeLists.txt 24 Jun 2010 13:19:16 -0000 1.82
+++ CMakeLists.txt 11 Jul 2010 15:16:17 -0000 1.83
@@ -403,6 +403,9 @@
# MessageBox MB_OK \\\"Delete Libraries from the system
directory\\\"
# ")
ELSE (WIN32)
+ SET(CPACK_RPM_PACKAGE_LICENSE "GPLv2 and LGPLv2")
+ # Try to build a relocatable package (for CPackRPM)
+ SET(CPACK_RPM_PACKAGE_RELOCATABLE TRUE)
SET(CPACK_SOURCE_GENERATOR "TGZ;ZIP")
SET(CPACK_GENERATOR "TGZ;ZIP;RPM")
ENDIF (WIN32)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [certi-cvs] certi CMakeLists.txt,
certi-cvs <=