blob: 62e4dc6a2c06ce0ac17b986242dd5d4ce67f3955 [file] [log] [blame]
# Leave CMP0118 unset!
cmake_policy(SET CMP0163 NEW)
# Call the associated test.
cmake_path(GET RunCMake_TEST STEM testcase)
string(REGEX REPLACE "NEW" "Common" testcase "${testcase}")
include(${CMAKE_CURRENT_LIST_DIR}/../${testcase}.cmake)