Skip to content

Commit

Permalink
Change same major compatibility to same minor
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitalita committed Dec 27, 2022
1 parent 33de01f commit 5f7283c
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 @@ -90,7 +90,7 @@ if(CHAMPOLLION_STATIC_LIBRARY)
)
include(CMakePackageConfigHelpers)
write_basic_package_version_file(
${CHAMPOLLION_CMAKE_VERSION_CONFIG_FILE} COMPATIBILITY SameMajorVersion
${CHAMPOLLION_CMAKE_VERSION_CONFIG_FILE} COMPATIBILITY SameMinorVersion
)
configure_package_config_file(
${CHAMPOLLION_CMAKE_CONFIG_TEMPLATE}
Expand Down

0 comments on commit 5f7283c

Please sign in to comment.