[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: |
Thu, 23 Apr 2009 08:15:42 +0000 |
CVSROOT: /sources/certi
Module name: certi
Changes by: Adelantado <adele> 09/04/23 08:15:42
Modified files:
. : CMakeLists.txt
Log message:
Add WIndows version to the binary package name
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/CMakeLists.txt?cvsroot=certi&r1=1.65&r2=1.66
Patches:
Index: CMakeLists.txt
===================================================================
RCS file: /sources/certi/certi/CMakeLists.txt,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -b -r1.65 -r1.66
--- CMakeLists.txt 18 Dec 2008 11:56:00 -0000 1.65
+++ CMakeLists.txt 23 Apr 2009 08:15:42 -0000 1.66
@@ -403,7 +403,7 @@
ENDIF (MSVC)
ENDIF (NOT WIN32)
-SET(CPACK_SYSTEM_NAME ${CMAKE_SYSTEM_NAME}-${MACHINE})
+SET(CPACK_SYSTEM_NAME ${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_VERSION}-${MACHINE})
# Avoid putting BUILDIR inside source package (simple case)
IF ("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_SOURCE_DIR}")
- [certi-cvs] certi CMakeLists.txt,
certi-cvs <=