Skip to content

Commit

Permalink
Switch SameMajorVersion to AnyNewerVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Dec 18, 2023
1 parent a68f598 commit 037add9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -126,7 +126,7 @@ configure_package_config_file(cmake/ArborXConfig.cmake.in
)
write_basic_package_version_file(${CMAKE_CURRENT_BINARY_DIR}/ArborXConfigVersion.cmake
VERSION ${ARBORX_VERSION_STRING}
COMPATIBILITY SameMajorVersion
COMPATIBILITY AnyNewerVersion
)
install(FILES
${CMAKE_CURRENT_BINARY_DIR}/ArborXConfig.cmake
Expand Down

0 comments on commit 037add9

Please sign in to comment.