Skip to content

Commit

Permalink
Make CMake generated version config arch independent.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 committed Jul 7, 2024
1 parent 6e71988 commit 9e36e27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ write_basic_package_version_file(
"${CMAKE_CURRENT_BINARY_DIR}/usvfsConfigVersion.cmake"
VERSION "${usvfs_version_major}.${usvfs_version_minor}.${usvfs_version_build}.${usvfs_version_revision}"
COMPATIBILITY AnyNewerVersion
ARCH_INDEPENDENT
)

install(FILES
Expand Down

0 comments on commit 9e36e27

Please sign in to comment.