File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 22set (CMAKE_CONFIG_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR} /cmake" )
33list (APPEND CMAKE_MODULE_PATH "${CMAKE_CONFIG_PATH} " )
44
5- if (BTCPP_GROOT_INTERFACE)
6- find_package (ZeroMQ REQUIRED)
7- endif ()
8-
9- if (BTCPP_SQLITE_LOGGING)
10- find_package (SQLite3 REQUIRED)
11- endif ()
12-
135find_package (ament_index_cpp REQUIRED)
146
157set (BTCPP_EXTRA_INCLUDE_DIRS ${ZeroMQ_INCLUDE_DIRS}
Original file line number Diff line number Diff line change 11list (APPEND CMAKE_PREFIX_PATH "${CMAKE_BINARY_DIR} " )
22
3- set (BUILDING_WITH_CONAN ON )
4-
53if (BTCPP_GROOT_INTERFACE)
6- find_package (ZeroMQ REQUIRED)
4+ # find_package(ZeroMQ REQUIRED)
75 list (APPEND BTCPP_EXTRA_LIBRARIES ${ZeroMQ_LIBRARIES} )
86 list (APPEND BTCPP_EXTRA_INCLUDE_DIRS ${ZeroMQ_INCLUDE_DIRS} )
97 message (STATUS "ZeroMQ_LIBRARIES: ${ZeroMQ_LIBRARIES} " )
108endif ()
119
1210if (BTCPP_SQLITE_LOGGING)
13- find_package (SQLite3 REQUIRED)
11+ # find_package(SQLite3 REQUIRED)
1412 list (APPEND BTCPP_EXTRA_LIBRARIES ${SQLite3_LIBRARIES} )
1513 list (APPEND BTCPP_EXTRA_INCLUDE_DIRS ${SQLite3_INCLUDE_DIRS} )
1614 message (STATUS "SQLite3_LIBRARIES: ${SQLite3_LIBRARIES} " )
1715endif ()
1816
19-
20- find_package (minicoro REQUIRED)
21- find_package (minitrace REQUIRED)
22- find_package (tinyxml2 REQUIRED)
23- find_package (flatbuffers REQUIRED)
24-
2517mark_as_advanced (
2618 BTCPP_EXTRA_LIBRARIES
2719 BTCPP_LIB_DESTINATION
You can’t perform that action at this time.
0 commit comments