Merge commit 'd9cb493cf9ca88ac77364b3a3c3ca1e86932841c'

This commit is contained in:
2023-12-30 13:56:23 -06:00
2 changed files with 7 additions and 6 deletions

View File

@ -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