diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-03-05 14:23:40 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2023-03-05 14:23:40 +0100 |
commit | 07702d3be7755ecf536561e7ef1848d7085ca771 (patch) | |
tree | e73e187e7b4ab0729d20981e818526216d7717aa /CMakeLists.txt | |
parent | b9dfcf6d2f03eb859959287c552fcbf22e928565 (diff) | |
download | PrismLauncher-07702d3be7755ecf536561e7ef1848d7085ca771.tar.gz PrismLauncher-07702d3be7755ecf536561e7ef1848d7085ca771.tar.bz2 PrismLauncher-07702d3be7755ecf536561e7ef1848d7085ca771.zip |
fix: drop unneeded GHC_FILESYSTEM_WITH_INSTALL
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ce8143c..23269559 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -442,7 +442,6 @@ 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() |