aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
m---------libraries/filesystem0
2 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6ce8143c..40936e44 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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()
diff --git a/libraries/filesystem b/libraries/filesystem
-Subproject cd6805e94dd5d6346be1b75a54cdc27787319dd
+Subproject 8a2edd6d92ed820521d42c94d179462bf06b5ed