mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Remove linking to stdc++fs on Linux
It's not been necessary since GCC 9.1 and isn't present with GCC 12.
This commit is contained in:
+1
-1
@@ -319,7 +319,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||
|
||||
target_link_libraries(loot PRIVATE ${LOOT_LIBS})
|
||||
else()
|
||||
set(LOOT_LIBS ICU::data ICU::uc pthread stdc++fs TBB::tbb)
|
||||
set(LOOT_LIBS ICU::data ICU::uc pthread TBB::tbb)
|
||||
|
||||
target_link_libraries(loot PRIVATE ${LOOT_LIBS})
|
||||
endif()
|
||||
|
||||
+1
-1
@@ -166,7 +166,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||
target_link_libraries(libloot_internals_tests PRIVATE ${LOOT_LIBS})
|
||||
target_link_libraries(libloot_tests PRIVATE ${LOOT_LIBS})
|
||||
else()
|
||||
set(LOOT_LIBS ICU::data ICU::uc pthread stdc++fs TBB::tbb)
|
||||
set(LOOT_LIBS ICU::data ICU::uc pthread TBB::tbb)
|
||||
|
||||
target_link_libraries(libloot_internals_tests PRIVATE ${LOOT_LIBS})
|
||||
target_link_libraries(libloot_tests PRIVATE ${LOOT_LIBS})
|
||||
|
||||
Reference in New Issue
Block a user