Skip to content

Commit bf2fe4a

Browse files
committed
small form fix
1 parent 7578ce4 commit bf2fe4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RTEMSPreProjectConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ option(RTEMS_VERBOSE "Additional RTEMS CMake configuration information" FALSE)
3939

4040
if(NOT DEFINED RTEMS_CONFIG_DIR)
4141
message(STATUS
42-
"RTEMS_CONFIG_DIR not set. Assuming the CMake support was "
42+
"RTEMS_CONFIG_DIR not set. Assuming the CMake support was "
4343
"cloned in the application source directory.."
4444
)
4545
set(RTEMS_CONFIG_DIR ${CMAKE_CURRENT_SOURCE_DIR}/rtems-cmake)

0 commit comments

Comments
 (0)