CMP0064-NEW.cmake 129 B

12345
  1. cmake_policy(SET CMP0064 NEW)
  2. if(NOT TEST TestThatDoesNotExist)
  3. message(STATUS "if NOT TestThatDoesNotExist is true")
  4. endif()