Commit e52672c2 authored by gabime's avatar gabime

Fixed CMakeLists.txt

parent 50f07098
# Copyright(c) 2019 spdlog authors
# Distributed under the MIT License (http://opensource.org/licenses/MIT)
cmake_minimum_required(VERSION 3.14)
cmake_minimum_required(VERSION 3.2)
#---------------------------------------------------------------------------------------
# Start spdlog project
......@@ -197,7 +197,7 @@ if (SPDLOG_INSTALL)
include(CMakePackageConfigHelpers)
configure_file("${project_config_in}" "${project_config_out}" @ONLY)
if(${CMAKE_VERSION} VERSION_GREATER 3.13)
if(${CMAKE_VERSION} VERSION_GREATER_EQUAL 3.14)
write_basic_package_version_file("${version_config_file}" COMPATIBILITY SameMajorVersion ARCH_INDEPENDENT)
else()
write_basic_package_version_file("${version_config_file}" COMPATIBILITY SameMajorVersion)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment