Skip to content

Commit

Permalink
fix: allow colcon build in conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-p committed Sep 23, 2023
1 parent d5ea17b commit d149251
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 d149251

Please sign in to comment.