mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-01 10:03:47 +00:00
fix(CMake): find std::filesystem across platforms (#6914)
* fix(CORE): Find std::filesystem across platforms Closes #6889 * Squeeze blank lines to make check-codestyle happy * Move find_package(Filesystem ...) to deps/stdfs * CMAKE_CXX_STANDARD gets already set in ConfigureBaseTargets.cmake
This commit is contained in:
@@ -61,6 +61,7 @@ target_link_libraries(common
|
||||
openssl
|
||||
threads
|
||||
jemalloc
|
||||
stdfs
|
||||
fmt)
|
||||
|
||||
set_target_properties(common
|
||||
|
||||
Reference in New Issue
Block a user