We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b747b58 commit e7f25d8Copy full SHA for e7f25d8
performance_test/src/idlgen/fast_rtps/CMakeLists.txt
@@ -67,7 +67,7 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/objs/${RTIME_TARG
67
68
find_program(FASTRTPS_BIN "fastrtpsgen")
69
if(NOT FASTRTPS_BIN)
70
- message(WARNING "Could not find program 'fastrtpsgen' in path. Trying to use bundled version")
+ message(STATUS "Could not find program 'fastrtpsgen' in path. Trying to use bundled version")
71
find_program(FASTRTPS_BIN "fastrtpsgen" PATHS "${PROJECT_SOURCE_DIR}/bin")
72
73
message(FATAL_ERROR "Could not find program 'fastrtpsgen'")
0 commit comments