CMake fix: location of MBED_CONF_FILESYSTEM_PRESENT=1

pull/13908/head
Lingkai Dong 2020-11-16 14:27:26 +00:00
parent 0c33db04d5
commit 0f5957df14
2 changed files with 5 additions and 5 deletions

View File

@ -35,8 +35,3 @@ target_include_directories(mbed-storage
INTERFACE
.
)
target_compile_definitions(mbed-storage
INTERFACE
MBED_CONF_FILESYSTEM_PRESENT=1
)

View File

@ -18,3 +18,8 @@ target_sources(mbed-storage-filesystem
source/File.cpp
source/FileSystem.cpp
)
target_compile_definitions(mbed-storage
INTERFACE
MBED_CONF_FILESYSTEM_PRESENT=1
)