You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
259 B
8 lines
259 B
9 years ago
|
include(${RunCMake_SOURCE_DIR}/check.cmake)
|
||
|
|
||
|
test_variable(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "Foo\\Bar")
|
||
|
test_variable(CPACK_NSIS_PACKAGE_NAME "Bar\\Foo")
|
||
|
|
||
|
test_variable(CPACK_SOURCE_IGNORE_FILES
|
||
|
"/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp$;\\.#;/#")
|