Skip to content

Commit f6b7bd6

Browse files
phelterpaulbartell
authored andcommitted
Using single name definition for libraries everywhere. (#558)
1 parent 8ede710 commit f6b7bd6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ cmake_minimum_required(VERSION 3.15)
1111
# option FREERTOS_HEAP. If the option is not set, the cmake will default to
1212
# using heap_4.c.
1313

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
1515
if(NOT TARGET freertos_config )
1616
message(FATAL_ERROR " freertos_config target not specified. Please specify a cmake target that defines the include directory for FreeRTOSConfig.h:\n"
1717
" add_library(freertos_config INTERFACE)\n"
18-
" add_library(FreeRTOS::Config ALIAS freertos_config)\n"
1918
" target_include_directories(freertos_config SYSTEM\n"
2019
" INTERFACE\n"
2120
" include) # The config file directory\n"

0 commit comments

Comments
 (0)