Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/GSL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleha-bot <leha-bot@users.noreply.github.com>2020-04-28 13:07:41 +0300
committerleha-bot <leha-bot@users.noreply.github.com>2020-04-28 13:07:41 +0300
commitde053645bb8a47cc4cbb8c1b2e47a33d5f5ef18d (patch)
treef4e561637113ed8c8396c9145e68dbc7d314b968 /CMakeLists.txt
parent879335cebfa5a5c79f2d3bb987e565f25b14aee9 (diff)
CMakeLists: Drop ARCH_INDEPENDENT as it does not supported via old CMake
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 66b09e0..0cf66f9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -100,7 +100,6 @@ include(CMakePackageConfigHelpers)
write_basic_package_version_file(
${CMAKE_CURRENT_BINARY_DIR}/Microsoft.GSLConfigVersion.cmake
COMPATIBILITY SameMajorVersion
- ARCH_INDEPENDENT
)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/Microsoft.GSLConfigVersion.cmake DESTINATION ${CMAKE_INSTALL_DATADIR}/cmake/Microsoft.GSL)