[ox/fs] Remove explicit linking of C++ standard file system library
This commit is contained in:
5
deps/ox/src/ox/fs/CMakeLists.txt
vendored
5
deps/ox/src/ox/fs/CMakeLists.txt
vendored
@@ -10,11 +10,12 @@ add_library(
|
|||||||
)
|
)
|
||||||
|
|
||||||
if(NOT OX_BARE_METAL)
|
if(NOT OX_BARE_METAL)
|
||||||
|
if(NOT APPLE)
|
||||||
target_link_libraries(
|
target_link_libraries(
|
||||||
OxFS PUBLIC
|
OxFS PUBLIC
|
||||||
$<$<CXX_COMPILER_ID:Clang>:c++fs>
|
stdc++fs
|
||||||
$<$<CXX_COMPILER_ID:GNU>:stdc++fs>
|
|
||||||
)
|
)
|
||||||
|
endif()
|
||||||
set_property(
|
set_property(
|
||||||
TARGET
|
TARGET
|
||||||
OxFS
|
OxFS
|
||||||
|
Reference in New Issue
Block a user