blob: c0327b8f8652acba7ffe9ea5b4aed82cea253e2f (
plain)
1
2
3
4
5
6
7
|
# Leave CMP0118 unset!
# Leave CMP0163 unset!
# Call the associated test.
cmake_path(GET RunCMake_TEST STEM testcase)
string(REGEX REPLACE "WARN" "Common" testcase "${testcase}")
include(${CMAKE_CURRENT_LIST_DIR}/../${testcase}.cmake)
|