Merge pull request #912 from Scrumplex/bump-ghc-filesystem

Bump ghc-filesystem
This commit is contained in:
Sefa Eyeoglu 2023-03-05 17:25:38 +01:00 committed by GitHub
commit 6bdd6ce571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -442,9 +442,7 @@ add_subdirectory(libraries/gamemode)
add_subdirectory(libraries/murmur2) # Hash for usage with the CurseForge API
if (NOT ghc_filesystem_FOUND)
message(STATUS "Using bundled ghc_filesystem")
set(GHC_FILESYSTEM_WITH_INSTALL OFF) # Workaround ghc::filesystem bug
add_subdirectory(libraries/filesystem) # Implementation of std::filesystem for old C++, for usage in old macOS
add_library(ghcFilesystem::ghc_filesystem ALIAS ghc_filesystem)
else()
message(STATUS "Using system ghc_filesystem")
endif()

@ -1 +1 @@
Subproject commit cd6805e94dd5d6346be1b75a54cdc27787319dd2
Subproject commit 8a2edd6d92ed820521d42c94d179462bf06b5ed3