Verbatim-check.cmake 360 B

12345678910
  1. include(${RunCMake_SOURCE_DIR}/check.cmake)
  2. test_variable(CPACK_BACKSLASH "\\\\")
  3. test_variable(CPACK_QUOTE "a\" b \"c")
  4. test_variable(CPACK_DOLLAR "a\${NOTHING}b")
  5. # make sure the default for this is still set correctly with
  6. # CPACK_VERBATIM_VARIABLES on
  7. test_variable(CPACK_SOURCE_IGNORE_FILES
  8. "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp$;\\.#;/#")