Report CMake version for debugging

This commit is contained in:
Victor Zverovich 2015-02-12 11:41:45 -08:00
parent 3822241d99
commit 503e87f153

View File

@ -1,3 +1,5 @@
message(STATUS "CMake version: ${CMAKE_VERSION}")
if (POLICY CMP0054)
# Only interpret `if` arguments as variables or keywords when unquoted.
cmake_policy(SET CMP0054 NEW)