aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDioEgizio <83089242+DioEgizio@users.noreply.github.com>2022-10-14 16:45:13 +0200
committerDioEgizio <83089242+DioEgizio@users.noreply.github.com>2022-10-14 16:45:13 +0200
commit89e45a61b33ed7ae73aa9903149530462fd760b6 (patch)
tree6a770a8828b3095fd75b91a66850e2449405dbb1
parent2aff7bac4aa5dc39b2b68eb2f9d894be832d48c9 (diff)
downloadPrismLauncher-89e45a61b33ed7ae73aa9903149530462fd760b6.tar.gz
PrismLauncher-89e45a61b33ed7ae73aa9903149530462fd760b6.tar.bz2
PrismLauncher-89e45a61b33ed7ae73aa9903149530462fd760b6.zip
fix: workaround ghc::filesystem bug
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 05ea9f66..45dd691d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -194,6 +194,9 @@ if(NOT Launcher_FORCE_BUNDLED_LIBS)
find_package(tomlplusplus 3.2.0 QUIET)
endif()
+# Workaround ghc::filesystem bug
+set(GHC_FILESYSTEM_WITH_INSTALL OFF)
+
####################################### Program Info #######################################
set(Launcher_APP_BINARY_NAME "polymc" CACHE STRING "Name of the Launcher binary")