Skip to content

Commit

Permalink
CMake: change package COMPATIBILITY mode {SameMajorVersion -> AnyNewe…
Browse files Browse the repository at this point in the history
…rVersion}
  • Loading branch information
dalg24 committed Jan 12, 2023
1 parent 989d996 commit 49b00de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/kokkos_install.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ IF (NOT KOKKOS_HAS_TRILINOS AND NOT Kokkos_INSTALL_TESTING)

WRITE_BASIC_PACKAGE_VERSION_FILE("${Kokkos_BINARY_DIR}/KokkosConfigVersion.cmake"
VERSION "${Kokkos_VERSION}"
COMPATIBILITY SameMajorVersion)
COMPATIBILITY AnyNewerVersion)

# Install the KokkosConfig*.cmake files
install(FILES
Expand Down

0 comments on commit 49b00de

Please sign in to comment.