mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
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")
|