[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.3.2.1 1.3.2.2

cmake-commits at cmake.org cmake-commits at cmake.org
Sun Apr 20 20:45:01 EDT 2008


Update of /cvsroot/CMake/CMake/Tests/Tutorial/Step7
In directory public:/mounts/ram/cvs-serv31631/Tests/Tutorial/Step7

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt 
Log Message:
ENH: merge in from main tree


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Tutorial/Step7/CMakeLists.txt,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -C 2 -d -r1.3.2.1 -r1.3.2.2
*** CMakeLists.txt	25 Mar 2008 23:59:42 -0000	1.3.2.1
--- CMakeLists.txt	21 Apr 2008 00:44:55 -0000	1.3.2.2
***************
*** 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