From e52672c263df3b64b625adb59597a5c58bff69d0 Mon Sep 17 00:00:00 2001 From: gabime Date: Wed, 18 Sep 2019 15:08:15 +0300 Subject: Fixed CMakeLists.txt --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d9576f4e..f6051329 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # 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) -- cgit v1.2.3