diff options
author | Brad King <brad.king@kitware.com> | 2015-09-21 13:25:34 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-09-21 13:25:34 (GMT) |
commit | 1f4358134f2cf5b9fe72088d6534084a8fb71a52 (patch) | |
tree | a13be33e9f04bcfaf4715e3c648e3fa872350466 /Tests/RunCMake/CPackConfig/Special-check.cmake | |
parent | 38830fc0cabb742cf95160429cc99cdb5326cce7 (diff) | |
parent | bc2e54db5516ed884f0affe020e52256f0c8b3d5 (diff) | |
download | CMake-1f4358134f2cf5b9fe72088d6534084a8fb71a52.zip CMake-1f4358134f2cf5b9fe72088d6534084a8fb71a52.tar.gz CMake-1f4358134f2cf5b9fe72088d6534084a8fb71a52.tar.bz2 |
Merge topic 'cpack-verbatim-variables'
bc2e54db Introduction of CPACK_VERBATIM_VARIABLES variable
Diffstat (limited to 'Tests/RunCMake/CPackConfig/Special-check.cmake')
-rw-r--r-- | Tests/RunCMake/CPackConfig/Special-check.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/RunCMake/CPackConfig/Special-check.cmake b/Tests/RunCMake/CPackConfig/Special-check.cmake new file mode 100644 index 0000000..0624b79 --- /dev/null +++ b/Tests/RunCMake/CPackConfig/Special-check.cmake @@ -0,0 +1,5 @@ +include(${RunCMake_SOURCE_DIR}/check.cmake) + +test_variable(CPACK_BACKSLASH "\\") +test_variable(CPACK_QUOTE "a;b;c") +test_variable(CPACK_DOLLAR "ab") |