We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ffbc0f commit ef540c1Copy full SHA for ef540c1
CMakeLists.txt
@@ -15,13 +15,6 @@ message(STATUS "Build spdlog: ${SPDLOG_VERSION}")
15
16
include(GNUInstallDirs)
17
18
-# ---------------------------------------------------------------------------------------
19
-# Set CMake policies to support later version behaviour
20
21
-if(POLICY CMP0077)
22
- cmake_policy(SET CMP0077 NEW) # option() honors variables already set
23
-endif()
24
-
25
# ---------------------------------------------------------------------------------------
26
# Set default build to release
27
0 commit comments