[ox/fs] Remove stdc++fs from library list on Linux
All checks were successful
Build / build (push) Successful in 2m10s
All checks were successful
Build / build (push) Successful in 2m10s
This commit is contained in:
parent
1c06ea677f
commit
89fab5cc20
6
deps/ox/src/ox/fs/CMakeLists.txt
vendored
6
deps/ox/src/ox/fs/CMakeLists.txt
vendored
@ -16,12 +16,6 @@ if(NOT MSVC)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT OX_BARE_METAL)
|
if(NOT OX_BARE_METAL)
|
||||||
if(NOT APPLE AND NOT MSVC AND NOT ${OX_OS_FREEBSD})
|
|
||||||
target_link_libraries(
|
|
||||||
OxFS PUBLIC
|
|
||||||
stdc++fs
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
set_property(
|
set_property(
|
||||||
TARGET
|
TARGET
|
||||||
OxFS
|
OxFS
|
||||||
|
Loading…
Reference in New Issue
Block a user