File tree 1 file changed +1
-8
lines changed
1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright(c) 2019 spdlog authors Distributed under the MIT License (http://opensource.org/licenses/MIT)
2
2
3
- cmake_minimum_required (VERSION 3.10)
3
+ cmake_minimum_required (VERSION 3.10...3.21 )
4
4
5
5
# ---------------------------------------------------------------------------------------
6
6
# Start spdlog project
@@ -15,13 +15,6 @@ message(STATUS "Build spdlog: ${SPDLOG_VERSION}")
15
15
16
16
include (GNUInstallDirs)
17
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
18
# ---------------------------------------------------------------------------------------
26
19
# Set default build to release
27
20
# ---------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments