cmake/Tests/RunCMake/CMP0064/CMP0064-NEW.cmake

6 lines
129 B
CMake
Raw Normal View History

2015-11-17 17:22:37 +01:00
cmake_policy(SET CMP0064 NEW)
if(NOT TEST TestThatDoesNotExist)
message(STATUS "if NOT TestThatDoesNotExist is true")
endif()