Skip to content

Commit

Permalink
fix: add conda support patch to ament build
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-p committed Nov 6, 2023
1 parent bf259eb commit d5a3006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/ament_build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CONFIG_PATH}")

if(BTCPP_GROOT_INTERFACE)
find_package(ZeroMQ REQUIRED)
list(APPEND BTCPP_EXTRA_INCLUDE_DIRS ${ZeroMQ_INCLUDE_DIRS})
endif()

if(BTCPP_SQLITE_LOGGING)
Expand Down

0 comments on commit d5a3006

Please sign in to comment.