diff --git a/deps/ox/src/ox/fs/CMakeLists.txt b/deps/ox/src/ox/fs/CMakeLists.txt index a8d1e823..543cae86 100644 --- a/deps/ox/src/ox/fs/CMakeLists.txt +++ b/deps/ox/src/ox/fs/CMakeLists.txt @@ -16,12 +16,6 @@ if(NOT MSVC) endif() 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( TARGET OxFS