blob: b7d8d7bb465c222de9ef2d1f758e82539ec218c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
include(RunCMake)
run_cmake(CMP0037-OLD-space)
run_cmake(CMP0037-NEW-space)
run_cmake(CMP0037-WARN-space)
run_cmake(CMP0037-NEW-colon)
if(NOT (WIN32 AND "${RunCMake_GENERATOR}" MATCHES "Make"))
run_cmake(CMP0037-WARN-colon)
endif()
run_cmake(CMP0037-OLD-reserved)
run_cmake(CMP0037-NEW-reserved)
|