summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2007-11-13 16:21:51 (GMT)
committerKen Martin <ken.martin@kitware.com>2007-11-13 16:21:51 (GMT)
commit0516f8af361a8693d83ed025caac05c9ebe688b6 (patch)
tree6d6409fee0791468bf3bed85e9665bfbb6d93924 /Tests
parentb31d4f9d17f4c2e5f337d3183c55c152b14677e9 (diff)
downloadCMake-0516f8af361a8693d83ed025caac05c9ebe688b6.zip
CMake-0516f8af361a8693d83ed025caac05c9ebe688b6.tar.gz
CMake-0516f8af361a8693d83ed025caac05c9ebe688b6.tar.bz2
ENH: switch to new install commands to match book text
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Tutorial/Step6/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Tests/Tutorial/Step6/CMakeLists.txt b/Tests/Tutorial/Step6/CMakeLists.txt
index 3ab8b3b..b1a61fb 100644
--- a/Tests/Tutorial/Step6/CMakeLists.txt
+++ b/Tests/Tutorial/Step6/CMakeLists.txt
@@ -71,7 +71,7 @@ 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)