Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adopt v0.12.0 of rabbitmq-c and return to using a shallow checkout #679

Merged
2 commits merged into from
Feb 9, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Adopt v0.12.0 of rabbitmq-c and return to using a shallow checkout
  • Loading branch information
dagardner-nv committed Feb 7, 2023
commit 53fe9e52d861b2f13df4b46686305a7d1751cf88
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function(find_and_configure_rabbitmq version)
${PROJECT_NAME}-exports
CPM_ARGS
GIT_REPOSITORY https://github.com/alanxz/rabbitmq-c
GIT_TAG 7fa7b0b
GIT_SHALLOW TRUE
OPTIONS "BUILD_EXAMPLES OFF"
"BUILD_TESTING OFF"
"BUILD_TOOLS OFF"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

list(APPEND CMAKE_MESSAGE_CONTEXT "dep")

set(RABBITMQ_VERSION "0.11.0" CACHE STRING "Version of RabbitMQ-C to use")
set(RABBITMQ_VERSION "0.12.0" CACHE STRING "Version of RabbitMQ-C to use")
include(Configure_rabbitmq)

set(SIMPLE_AMQP_CLIENT_VERSION "2.5.1" CACHE STRING "Version of SimpleAmqpClient to use")
Expand Down