674dc0b335
CPackConfig.cmake file generation from CMake test suite. Currently it contains only a simple test without special characters in variable value. Test is not part of RunCMake/CPack as those tests are expected to be run for a specified generator.
4 lines
85 B
CMake
4 lines
85 B
CMake
include(${RunCMake_SOURCE_DIR}/check.cmake)
|
|
|
|
test_variable(CPACK_FOO "bar baz;quux")
|