STYLE: change case to match book

This commit is contained in:
Ken Martin 2008-01-17 10:26:49 -05:00
parent 18b9e7db6c
commit ec2839c57d
2 changed files with 6 additions and 6 deletions

View File

@ -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)

View File

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