mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Report CMake version for debugging
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user