summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CMP0064/CMP0064-NEW.cmake
blob: cdf50e9cab96349975ccf8186e10d0d0c25cec57 (plain)
1
2
3
4
5
cmake_policy(SET CMP0064 NEW)

if(NOT TEST TestThatDoesNotExist)
  message(STATUS "if NOT TestThatDoesNotExist is true")
endif()