mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-04-17 12:10:08 +02:00
Fix: Change PUBLIC to INTERFACE for interface library in error message
This commit is contained in:
parent
129b09fb1d
commit
4467fa8e41
@ -25,7 +25,7 @@ if(NOT TARGET freertos_config )
|
||||
" INTERFACE\n"
|
||||
" include) # The config file directory\n"
|
||||
" target_compile_definitions(freertos_config\n"
|
||||
" PUBLIC\n"
|
||||
" INTERFACE\n"
|
||||
" projCOVERAGE_TEST=0)\n")
|
||||
else()
|
||||
message(WARNING " Using deprecated 'FREERTOS_CONFIG_FILE_DIRECTORY' - please update your project CMakeLists.txt file:\n"
|
||||
@ -34,7 +34,7 @@ if(NOT TARGET freertos_config )
|
||||
" INTERFACE\n"
|
||||
" include) # The config file directory\n"
|
||||
" target_compile_definitions(freertos_config\n"
|
||||
" PUBLIC\n"
|
||||
" INTERFACE\n"
|
||||
" projCOVERAGE_TEST=0)\n")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user