Skip to content

Commit

Permalink
Fix #666 bad PACKAGE_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet authored and alanxz committed Apr 1, 2021
1 parent 79edd83 commit 20bebf4
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 @@ -322,7 +322,7 @@ set(version_config "${CMAKE_CURRENT_BINARY_DIR}/rabbitmq-c-config-version.cmake"

write_basic_package_version_file(
"${version_config}"
VERSION ${RMQ_VERSION}
VERSION ${VERSION}
COMPATIBILITY AnyNewerVersion)

configure_package_config_file(
Expand Down

0 comments on commit 20bebf4

Please sign in to comment.