From 89fab5cc208729a9ef6564d6b4172a0c9e0cd3bb Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 30 Dec 2023 01:05:46 -0600 Subject: [PATCH] [ox/fs] Remove stdc++fs from library list on Linux --- deps/ox/src/ox/fs/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) 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