mirror of
https://github.com/nemtrif/utfcpp.git
synced 2025-04-04 13:05:06 +00:00
Merge pull request #120 from ufleisch/arch-independent
Use ARCH_INDEPENDENT with write_basic_package_version_file
This commit is contained in:
commit
6be08bbea1
1 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue