summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2008-01-17 15:26:49 (GMT)
committerKen Martin <ken.martin@kitware.com>2008-01-17 15:26:49 (GMT)
commitec2839c57d013d1aff60e5f9255e86c6c46ab8dc (patch)
tree874b794f8f4b56d7cf4e2cc72d9a2e16bc454988 /Tests
parent18b9e7db6c84bfe3936d33e7c7ca86a544f3e818 (diff)
downloadCMake-ec2839c57d013d1aff60e5f9255e86c6c46ab8dc.zip
CMake-ec2839c57d013d1aff60e5f9255e86c6c46ab8dc.tar.gz
CMake-ec2839c57d013d1aff60e5f9255e86c6c46ab8dc.tar.bz2
STYLE: change case to match book
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Tutorial/Step7/CMakeLists.txt10
-rw-r--r--Tests/Tutorial/Step7/CTestConfig.cmake2
2 files changed, 6 insertions, 6 deletions
diff --git a/Tests/Tutorial/Step7/CMakeLists.txt b/Tests/Tutorial/Step7/CMakeLists.txt
index 319327f..2e89083 100644
--- a/Tests/Tutorial/Step7/CMakeLists.txt
+++ b/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)
diff --git a/Tests/Tutorial/Step7/CTestConfig.cmake b/Tests/Tutorial/Step7/CTestConfig.cmake
index 99fa056..d8f5c44 100644
--- a/Tests/Tutorial/Step7/CTestConfig.cmake
+++ b/Tests/Tutorial/Step7/CTestConfig.cmake
@@ -1 +1 @@
-SET(CTEST_PROJECT_NAME "Tutorial")
+set (CTEST_PROJECT_NAME "Tutorial")