Skip to content

Commit

Permalink
Update CMake config COMPATIBILITY to match SONAME
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlynch committed Dec 24, 2023
1 parent 60d8cde commit 1ce4cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ configure_package_config_file(cmake/tr31Config.cmake.in
)
write_basic_package_version_file(
"${CMAKE_CURRENT_BINARY_DIR}/cmake/tr31ConfigVersion.cmake"
COMPATIBILITY AnyNewerVersion
COMPATIBILITY SameMinorVersion
)
install(FILES
"${CMAKE_CURRENT_BINARY_DIR}/cmake/tr31Config.cmake"
Expand Down

0 comments on commit 1ce4cad

Please sign in to comment.