Skip to content

Commit ce94873

Browse files
committed
Apply conda/colcon patch
1 parent 2a8a226 commit ce94873

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/ament_build.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CONFIG_PATH}")
44

55
if(BTCPP_GROOT_INTERFACE)
66
find_package(ZeroMQ REQUIRED)
7+
list(APPEND BTCPP_EXTRA_INCLUDE_DIRS ${ZeroMQ_INCLUDE_DIRS})
78
endif()
89

910
if(BTCPP_SQLITE_LOGGING)

0 commit comments

Comments
 (0)