STYLE: change case to match book
This commit is contained in:
parent
18b9e7db6c
commit
ec2839c57d
|
@ -71,10 +71,10 @@ do_test (0.0001 "0.0001 is 0.01")
|
||||||
|
|
||||||
# build a CPack driven installer package
|
# build a CPack driven installer package
|
||||||
include (InstallRequiredSystemLibraries)
|
include (InstallRequiredSystemLibraries)
|
||||||
SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/License.txt")
|
set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/License.txt")
|
||||||
SET(CPACK_PACKAGE_VERSION_MAJOR "${Tutorial_VERSION_MAJOR}")
|
set (CPACK_PACKAGE_VERSION_MAJOR "${Tutorial_VERSION_MAJOR}")
|
||||||
SET(CPACK_PACKAGE_VERSION_MINOR "${Tutorial_VERSION_MINOR}")
|
set (CPACK_PACKAGE_VERSION_MINOR "${Tutorial_VERSION_MINOR}")
|
||||||
INCLUDE (CPack)
|
include (CPack)
|
||||||
|
|
||||||
# enable dashboard scripting
|
# enable dashboard scripting
|
||||||
INCLUDE (CTest)
|
include (CTest)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
SET(CTEST_PROJECT_NAME "Tutorial")
|
set (CTEST_PROJECT_NAME "Tutorial")
|
||||||
|
|
Loading…
Reference in New Issue