Skip to content

Commit

Permalink
Work-around for issue #2149
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Jan 30, 2025
1 parent 199eae2 commit 781f67a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/developer_guide/3_simple_cpp_stage/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ set(OPTION_PREFIX "MORPHEUS")
cmake_policy(SET CMP0144 NEW)

find_package(morpheus REQUIRED)
find_package(glog REQUIRED) # work-around for #2149

morpheus_utils_initialize_cpm(MORPHEUS_CACHE_DIR)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ morpheus_add_pybind11_module(pass_thru_cpp
morpheus
CUDA::nvtx3
cudf::cudf
glog::glog
)

list(POP_BACK CMAKE_MESSAGE_CONTEXT)
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ set(OPTION_PREFIX "MORPHEUS")
cmake_policy(SET CMP0144 NEW)

find_package(morpheus REQUIRED)
find_package(glog REQUIRED)

morpheus_utils_initialize_cpm(MORPHEUS_CACHE_DIR)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ morpheus_add_pybind11_module(rabbitmq_cpp_stage
morpheus
CUDA::nvtx3
cudf::cudf
glog::glog
rabbitmq
SimpleAmqpClient
)
Expand Down

0 comments on commit 781f67a

Please sign in to comment.