Skip to content

Commit

Permalink
cmake: Use SameMinorVersion compatibility mode
Browse files Browse the repository at this point in the history
Available in CMake 3.11+.
  • Loading branch information
hebasto committed Apr 20, 2023
1 parent 5b0444a commit 8a8b653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ if(SECP256K1_INSTALL)
NO_SET_AND_CHECK_MACRO
)
write_basic_package_version_file(${PROJECT_NAME}-config-version.cmake
COMPATIBILITY SameMajorVersion
COMPATIBILITY SameMinorVersion
)

install(
Expand Down

0 comments on commit 8a8b653

Please sign in to comment.