File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,21 +16,21 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.24.0")
1616endif ()
1717
1818if (XBOT_BUILD_EXAMPLES)
19- message ("Building Examples" )
19+ message (STATUS "Building Examples" )
2020 set (XBOT_BUILD_LIB_SERVICE ON )
2121endif ()
2222
2323add_subdirectory (ext EXCLUDE_FROM_ALL )
2424add_subdirectory (codegen EXCLUDE_FROM_ALL )
2525
2626if (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)
3030endif ()
3131
3232if (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 )
3636endif ()
You can’t perform that action at this time.
0 commit comments