summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJan Dalheimer <jan@dalheimer.de>2015-02-21 21:22:08 +0100
committerJan Dalheimer <jan@dalheimer.de>2015-02-21 21:23:23 +0100
commitef34cafe174271a423418d7eb68c4b4096642223 (patch)
treeea113ce385f7f6652acc7673a4a54cf4e5b53279 /CMakeLists.txt
parent93b247592db86053ad88997c94fdcbb6f7dc5ebd (diff)
downloadMultiMC-ef34cafe174271a423418d7eb68c4b4096642223.tar
MultiMC-ef34cafe174271a423418d7eb68c4b4096642223.tar.gz
MultiMC-ef34cafe174271a423418d7eb68c4b4096642223.tar.lz
MultiMC-ef34cafe174271a423418d7eb68c4b4096642223.tar.xz
MultiMC-ef34cafe174271a423418d7eb68c4b4096642223.zip
Fix QuaZIP target dependency
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 60e6d1b2..69af0136 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -745,7 +745,7 @@ target_link_libraries(MultiMC_common xz-embedded unpack200 libUtil LogicalGui ${
qt5_use_modules(MultiMC Core Widgets Network Xml Concurrent WebKitWidgets ${MultiMC_QT_ADDITIONAL_MODULES})
qt5_use_modules(MultiMC_common Core Widgets Network Xml Concurrent WebKitWidgets ${MultiMC_QT_ADDITIONAL_MODULES})
-add_dependencies(MultiMC_common QuaZip)
+add_dependencies(MultiMC_common QuaZIP)
################################ INSTALLATION AND PACKAGING ################################