[Cmake-commits] [cmake-commits] alex committed CMakeLists.txt 1.4 1.5
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Apr 17 17:23:23 EDT 2008
Update of /cvsroot/CMake/CMake/Tests/Tutorial/Step7
In directory public:/mounts/ram/cvs-serv4770/Tests/Tutorial/Step7
Modified Files:
CMakeLists.txt
Log Message:
ENH: use a common CPACK_BINARY_ prefix for the binary package generators
Alex
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Tutorial/Step7/CMakeLists.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** CMakeLists.txt 25 Mar 2008 15:27:14 -0000 1.4
--- CMakeLists.txt 17 Apr 2008 21:23:21 -0000 1.5
***************
*** 76,79 ****
--- 76,80 ----
set (CPACK_PACKAGE_VERSION_MAJOR "${Tutorial_VERSION_MAJOR}")
set (CPACK_PACKAGE_VERSION_MINOR "${Tutorial_VERSION_MINOR}")
+ set (CPACK_PACKAGE_CONTACT "foo at bar.org")
include (CPack)
More information about the Cmake-commits
mailing list