We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129b09f commit 38b3423Copy full SHA for 38b3423
1 file changed
CMakeLists.txt
@@ -25,7 +25,7 @@ if(NOT TARGET freertos_config )
25
" INTERFACE\n"
26
" include) # The config file directory\n"
27
" target_compile_definitions(freertos_config\n"
28
- " PUBLIC\n"
+ " INTERFACE\n"
29
" projCOVERAGE_TEST=0)\n")
30
else()
31
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 )
34
35
36
37
38
39
endif()
40
0 commit comments