Report CMake version for debugging
This commit is contained in:
parent
3822241d99
commit
503e87f153
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user