File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ option(USE_VENDORED_MINITRACE "Use the bundled version of minitrace" ON)
2828option (USE_VENDORED_TINYXML2 "Use the bundled version of tinyxml2" ON )
2929option (USE_VENDORED_WILDCARDS "Use the bundled version of wildcards" ON )
3030
31+ set (BTCPP_LIB_DESTINATION lib)
32+ set (BTCPP_INCLUDE_DESTINATION include )
33+ set (BTCPP_BIN_DESTINATION bin)
34+
3135set (BASE_FLAGS "" )
3236
3337if (ENABLE_DEBUG)
Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ set( BTCPP_EXTRA_LIBRARIES
2323
2424ament_export_dependencies(ament_index_cpp)
2525
26- set ( BTCPP_LIB_DESTINATION lib )
27- set ( BTCPP_INCLUDE_DESTINATION include )
28- set ( BTCPP_BIN_DESTINATION bin )
29-
3026mark_as_advanced (
3127 BTCPP_EXTRA_LIBRARIES
3228 BTCPP_EXTRA_INCLUDE_DIRS
Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ if(BTCPP_SQLITE_LOGGING)
1717endif ()
1818
1919
20- set ( BTCPP_LIB_DESTINATION lib )
21- set ( BTCPP_INCLUDE_DESTINATION include )
22- set ( BTCPP_BIN_DESTINATION bin )
23-
2420find_package (minicoro REQUIRED)
2521find_package (minitrace REQUIRED)
2622find_package (tinyxml2 REQUIRED)
You can’t perform that action at this time.
0 commit comments