Skip to content

Commit e7f25d8

Browse files
authored
Change log message to STATUS (#54)
Signed-off-by: Jorge J. Perez <[email protected]>
1 parent b747b58 commit e7f25d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

performance_test/src/idlgen/fast_rtps/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/objs/${RTIME_TARG
6767

6868
find_program(FASTRTPS_BIN "fastrtpsgen")
6969
if(NOT FASTRTPS_BIN)
70-
message(WARNING "Could not find program 'fastrtpsgen' in path. Trying to use bundled version")
70+
message(STATUS "Could not find program 'fastrtpsgen' in path. Trying to use bundled version")
7171
find_program(FASTRTPS_BIN "fastrtpsgen" PATHS "${PROJECT_SOURCE_DIR}/bin")
7272
if(NOT FASTRTPS_BIN)
7373
message(FATAL_ERROR "Could not find program 'fastrtpsgen'")

0 commit comments

Comments
 (0)