Use ARCH_INDEPENDENT with write_basic_package_version_file

This allows to use a package built on amd64 also on
32-bit Android.
This commit is contained in:
Urs Fleisch 2023-12-29 15:29:47 +01:00
parent 139d233262
commit b594c9bfe3

View file

@ -1,7 +1,7 @@
# This file is deprecated and will be removed in a future release
# Please see the instructions for installation in README.md file
cmake_minimum_required (VERSION 3.5...3.27)
cmake_minimum_required (VERSION 3.14...3.27)
project (utf8cpp
VERSION 4.0.4
LANGUAGES CXX
@ -21,6 +21,7 @@ write_basic_package_version_file(
"${PROJECT_BINARY_DIR}/${PROJECT_NAME}ConfigVersion.cmake"
VERSION ${PROJECT_VERSION}
COMPATIBILITY SameMajorVersion
ARCH_INDEPENDENT
)
install(TARGETS ${PROJECT_NAME}