mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-05-12 11:42:57 -04:00
Fix: Change PUBLIC to INTERFACE for interface library in error message
This commit is contained in:
parent
129b09fb1d
commit
38b342313b
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ if(NOT TARGET freertos_config )
|
||||||
" INTERFACE\n"
|
" INTERFACE\n"
|
||||||
" include) # The config file directory\n"
|
" include) # The config file directory\n"
|
||||||
" target_compile_definitions(freertos_config\n"
|
" target_compile_definitions(freertos_config\n"
|
||||||
" PUBLIC\n"
|
" INTERFACE\n"
|
||||||
" projCOVERAGE_TEST=0)\n")
|
" projCOVERAGE_TEST=0)\n")
|
||||||
else()
|
else()
|
||||||
message(WARNING " Using deprecated 'FREERTOS_CONFIG_FILE_DIRECTORY' - please update your project CMakeLists.txt file:\n"
|
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"
|
" INTERFACE\n"
|
||||||
" include) # The config file directory\n"
|
" include) # The config file directory\n"
|
||||||
" target_compile_definitions(freertos_config\n"
|
" target_compile_definitions(freertos_config\n"
|
||||||
" PUBLIC\n"
|
" INTERFACE\n"
|
||||||
" projCOVERAGE_TEST=0)\n")
|
" projCOVERAGE_TEST=0)\n")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue