Skip to content

Commit

Permalink
Update c/CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Henrik Gaßmann <BurningEnlightenment@users.noreply.github.com>
  • Loading branch information
oconnor663 and BurningEnlightenment committed May 23, 2023
1 parent afebadf commit ef5679e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ configure_package_config_file(blake3-config.cmake.in
write_basic_package_version_file(
"${CMAKE_CURRENT_BINARY_DIR}/blake3-config-version.cmake"
VERSION ${libblake3_VERSION}
COMPATIBILITY SameMinorVersion # as long as libblake3_VERSION < 1.0.0
COMPATIBILITY SameMajorVersion
)
install(FILES
"${CMAKE_CURRENT_BINARY_DIR}/blake3-config.cmake"
Expand Down

0 comments on commit ef5679e

Please sign in to comment.