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:
Necropola
2021-07-17 11:41:36 +02:00
committed by GitHub
parent ca6483dbfc
commit c7129fa0dd
4 changed files with 263 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ target_link_libraries(common
openssl
threads
jemalloc
stdfs
fmt)
set_target_properties(common