We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8a226 commit ce94873Copy full SHA for ce94873
cmake/ament_build.cmake
@@ -4,6 +4,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CONFIG_PATH}")
4
5
if(BTCPP_GROOT_INTERFACE)
6
find_package(ZeroMQ REQUIRED)
7
+ list(APPEND BTCPP_EXTRA_INCLUDE_DIRS ${ZeroMQ_INCLUDE_DIRS})
8
endif()
9
10
if(BTCPP_SQLITE_LOGGING)
0 commit comments