-
Notifications
You must be signed in to change notification settings - Fork 147
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
Fix broken developer guide code examples #333
Conversation
rerun tests |
2 similar comments
rerun tests |
rerun tests |
rerun tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sure you saw the SRF quickstart CMake stuff: https://github.com/nv-morpheus/SRF/tree/branch-22.09/docs/quickstart.
Basically, we will want to do the same here. I'll make an issue to update the CMake here to be the same. In the mean time, this looks good as long as it compiles.
examples/developer_guide/2_2_rabbitmq/write_to_rabbitmq_stage.py
Outdated
Show resolved
Hide resolved
examples/developer_guide/4_rabbitmq_cpp_Stage/_lib/rabbitmq_source.cpp
Outdated
Show resolved
Hide resolved
examples/developer_guide/4_rabbitmq_cpp_Stage/cmake/Configure_SimpleAmqpClient.cmake
Outdated
Show resolved
Hide resolved
examples/developer_guide/4_rabbitmq_cpp_Stage/cmake/Configure_rabbitmq.cmake
Outdated
Show resolved
Hide resolved
examples/developer_guide/4_rabbitmq_cpp_Stage/cmake/Configure_rabbitmq.cmake
Outdated
Show resolved
Hide resolved
examples/developer_guide/4_rabbitmq_cpp_Stage/write_to_rabbitmq_stage.py
Outdated
Show resolved
Hide resolved
1519baf
to
e3efd45
Compare
18a2b19
to
155b6e6
Compare
rerun tests |
@gpucibot merge |
Fixes #292
Closes #219
Likely this should be updated once #312 is merged