Browse Source

STYLE: change case to match book

Ken Martin 18 years ago
parent
commit
ec2839c57d
2 changed files with 6 additions and 6 deletions
  1. 5 5
      Tests/Tutorial/Step7/CMakeLists.txt
  2. 1 1
      Tests/Tutorial/Step7/CTestConfig.cmake

+ 5 - 5
Tests/Tutorial/Step7/CMakeLists.txt

@@ -71,10 +71,10 @@ do_test (0.0001 "0.0001 is 0.01")
 
 # 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)

+ 1 - 1
Tests/Tutorial/Step7/CTestConfig.cmake

@@ -1 +1 @@
-SET(CTEST_PROJECT_NAME "Tutorial")
+set (CTEST_PROJECT_NAME "Tutorial")