Skip to content

Commit 8a8b653

Browse files
committed
cmake: Use SameMinorVersion compatibility mode
Available in CMake 3.11+.
1 parent 5b0444a commit 8a8b653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ if(SECP256K1_INSTALL)
114114
NO_SET_AND_CHECK_MACRO
115115
)
116116
write_basic_package_version_file(${PROJECT_NAME}-config-version.cmake
117-
COMPATIBILITY SameMajorVersion
117+
COMPATIBILITY SameMinorVersion
118118
)
119119

120120
install(

0 commit comments

Comments
 (0)