402bf096ec
This policy was added for CMake 3.4 but accidentally recorded as 3.3. Fix this and update the RunCMake.CMP0064 test WARN case accordingly.
8 lines
142 B
CMake
8 lines
142 B
CMake
|
|
|
|
if(TEST)
|
|
message(FATAL_ERROR "TEST was not recognized to be undefined")
|
|
else()
|
|
message(STATUS "TEST was treated as a variable")
|
|
endif()
|