Skip to content

Commit d1eed58

Browse files
Fixed level for messages during configure time
1 parent 8d19c22 commit d1eed58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.24.0")
1616
endif ()
1717

1818
if (XBOT_BUILD_EXAMPLES)
19-
message("Building Examples")
19+
message(STATUS "Building Examples")
2020
set(XBOT_BUILD_LIB_SERVICE ON)
2121
endif ()
2222

2323
add_subdirectory(ext EXCLUDE_FROM_ALL)
2424
add_subdirectory(codegen EXCLUDE_FROM_ALL)
2525

2626
if (XBOT_BUILD_LIB_SERVICE)
27-
message("Building Service Lib")
27+
message(STATUS "Building Service Lib")
2828
add_subdirectory(libxbot-service)
2929
list(APPEND CPACK_COMPONENTS_ALL xbot-service)
3030
endif ()
3131

3232
if (XBOT_BUILD_LIB_SERVICE_INTERFACE)
33-
message("Building Service Interface Lib")
33+
message(STATUS "Building Service Interface Lib")
3434
add_subdirectory(libxbot-service-interface)
3535
list(APPEND CPACK_COMPONENTS_ALL xbot-service-interface)
3636
endif ()

0 commit comments

Comments
 (0)