Skip to content

Commit 0f5957d

Browse files
committed
CMake fix: location of MBED_CONF_FILESYSTEM_PRESENT=1
1 parent 0c33db0 commit 0f5957d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

storage/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,3 @@ target_include_directories(mbed-storage
3535
INTERFACE
3636
.
3737
)
38-
39-
target_compile_definitions(mbed-storage
40-
INTERFACE
41-
MBED_CONF_FILESYSTEM_PRESENT=1
42-
)

storage/filesystem/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ target_sources(mbed-storage-filesystem
1818
source/File.cpp
1919
source/FileSystem.cpp
2020
)
21+
22+
target_compile_definitions(mbed-storage
23+
INTERFACE
24+
MBED_CONF_FILESYSTEM_PRESENT=1
25+
)

0 commit comments

Comments
 (0)