diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-15 13:13:34 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-15 13:13:38 +0200 |
commit | 303628bb0579f13d3ceac915b3caaf4d7fc9b2db (patch) | |
tree | 40aed476e8ec8ed5e5e49aab330bbae79213140d /launcher/CMakeLists.txt | |
parent | 89e45a61b33ed7ae73aa9903149530462fd760b6 (diff) | |
download | PrismLauncher-303628bb0579f13d3ceac915b3caaf4d7fc9b2db.tar.gz PrismLauncher-303628bb0579f13d3ceac915b3caaf4d7fc9b2db.tar.bz2 PrismLauncher-303628bb0579f13d3ceac915b3caaf4d7fc9b2db.zip |
refactor: support system ghc-filesystem
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r-- | launcher/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index d04f3e4d..c7d0d68c 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -976,7 +976,7 @@ target_link_libraries(Launcher_logic BuildConfig Katabasis Qt${QT_VERSION_MAJOR}::Widgets - ghc_filesystem + ghcFilesystem::ghc_filesystem ) if (UNIX AND NOT CYGWIN AND NOT APPLE) |