File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,10 @@ cmake_minimum_required(VERSION 3.15)
11
11
# option FREERTOS_HEAP. If the option is not set, the cmake will default to
12
12
# using heap_4.c.
13
13
14
- # FreeRTOS::Config target - typically INTERFACE - defines the path to FreeRTOSConfig.h and optionally other freertos based config files
14
+ # `freertos_config` target defines the path to FreeRTOSConfig.h and optionally other freertos based config files
15
15
if (NOT TARGET freertos_config )
16
16
message (FATAL_ERROR " freertos_config target not specified. Please specify a cmake target that defines the include directory for FreeRTOSConfig.h:\n "
17
17
" add_library(freertos_config INTERFACE)\n "
18
- " add_library(FreeRTOS::Config ALIAS freertos_config)\n "
19
18
" target_include_directories(freertos_config SYSTEM\n "
20
19
" INTERFACE\n "
21
20
" include) # The config file directory\n "
You can’t perform that action at this time.
0 commit comments