From c1c23d1e7b8c78b732869e89bb61dbd1d721c069 Mon Sep 17 00:00:00 2001 From: gabime Date: Wed, 18 Sep 2019 16:16:44 +0300 Subject: [PATCH] Revert pull #1228 --- CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f6051329..bfdc8df7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -197,11 +197,7 @@ if (SPDLOG_INSTALL) include(CMakePackageConfigHelpers) configure_file("${project_config_in}" "${project_config_out}" @ONLY) - 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) - endif() + write_basic_package_version_file("${version_config_file}" COMPATIBILITY SameMajorVersion) install(FILES "${project_config_out}" "${version_config_file}" DESTINATION "${export_dest_dir}")