[cmake-commits] martink committed CMakeLists.txt 1.2 1.3 CTestConfig.cmake 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jan 17 10:26:51 EST 2008


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

Modified Files:
	CMakeLists.txt CTestConfig.cmake 
Log Message:
STYLE: change case to match book


Index: CTestConfig.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Tutorial/Step7/CTestConfig.cmake,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CTestConfig.cmake	8 Nov 2007 15:38:26 -0000	1.1
+++ CTestConfig.cmake	17 Jan 2008 15:26:49 -0000	1.2
@@ -1 +1 @@
-SET(CTEST_PROJECT_NAME "Tutorial")
+set (CTEST_PROJECT_NAME "Tutorial")

Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Tutorial/Step7/CMakeLists.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CMakeLists.txt	13 Nov 2007 16:11:03 -0000	1.2
+++ CMakeLists.txt	17 Jan 2008 15:26:49 -0000	1.3
@@ -71,10 +71,10 @@
 
 # build a CPack driven installer package
 include (InstallRequiredSystemLibraries)
-SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/License.txt")
-SET(CPACK_PACKAGE_VERSION_MAJOR "${Tutorial_VERSION_MAJOR}")
-SET(CPACK_PACKAGE_VERSION_MINOR "${Tutorial_VERSION_MINOR}")
-INCLUDE (CPack)
+set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/License.txt")
+set (CPACK_PACKAGE_VERSION_MAJOR "${Tutorial_VERSION_MAJOR}")
+set (CPACK_PACKAGE_VERSION_MINOR "${Tutorial_VERSION_MINOR}")
+include (CPack)
 
 # enable dashboard scripting
-INCLUDE (CTest)
+include (CTest)



More information about the Cmake-commits mailing list