File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ if (NOT DEFINED LF_REACTOR_CPP_SUFFIX)
1313 find_package (ament_cmake QUIET )
1414 if (ament_cmake_FOUND)
1515 set (REACTOR_CPP_USE_AMENT ON )
16- message (WARNING "reactor-cpp: ament_cmake FOUND, using ament build" )
17- else ()
18- message (WARNING "reactor-cpp: ament_cmake NOT found, using standalone build" )
1916 endif ()
2017endif ()
2118
@@ -83,17 +80,12 @@ else()
8380endif ()
8481
8582if (REACTOR_CPP_USE_AMENT)
86- message (WARNING "reactor-cpp: PROJECT_NAME=${PROJECT_NAME } , LIB_TARGET=${LIB_TARGET} " )
87- message (WARNING "reactor-cpp: CMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX } " )
8883 # Install the export file - must be in root CMakeLists.txt for ament compatibility
89- message (WARNING "reactor-cpp: Installing EXPORT ${LIB_TARGET} to share/${LIB_TARGET} /cmake" )
9084 install (EXPORT ${LIB_TARGET} DESTINATION share/${LIB_TARGET} /cmake NAMESPACE ${LIB_TARGET} ::)
91- message (WARNING "reactor-cpp: Exporting ament targets: ${LIB_TARGET} " )
9285 ament_export_targets (${LIB_TARGET} HAS_LIBRARY_TARGET )
9386 ament_export_include_directories (include )
9487 ament_export_libraries (${LIB_TARGET} )
9588 ament_package ()
96- message (WARNING "reactor-cpp: ament_package() completed" )
9789else ()
9890 # For non-ament builds, install export file from here
9991 if (REACTOR_CPP_INSTALL)
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ if(REACTOR_CPP_INSTALL)
6161 install (FILES "${PROJECT_BINARY_DIR } /include/reactor-cpp/config.hh" DESTINATION "${CMAKE_INSTALL_INCLUDEDIR} /reactor-cpp" )
6262 endif ()
6363
64- message (WARNING "reactor-cpp: Installing target ${LIB_TARGET} with EXPORT ${LIB_TARGET} " )
6564 install (TARGETS ${LIB_TARGET} EXPORT ${LIB_TARGET}
6665 ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR} " OPTIONAL
6766 LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR} " OPTIONAL
You can’t perform that action at this time.
0 commit comments