From 15c829fd3ce0de04db938566a56e66531c320580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 6 May 2017 17:22:14 +0200 Subject: GH-1876 Fork and update quazip * It is added as a new submodule: https://github.com/MultiMC/quazip/tree/multimc-1 * Its build system has been entirely replaced to remove the existing issues with it * It now has working unit tests * No more patches needed * It has a static linking exception in its license now, but we use it shared anyway --- application/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'application/CMakeLists.txt') diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index 1ce9e6cd..146ee38f 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -411,7 +411,7 @@ else() message(FATAL_ERROR "No sensible install layout set.") endif() -######## Install base files ######## +######## Install files ######## #### Executable #### install(TARGETS MultiMC @@ -427,12 +427,13 @@ install_jar(NewLaunch "${BINARY_DEST_DIR}/jars") #### Shared libraries and dependencies #### if(NOT INSTALL_BUNDLE) # Just our own stuff - # FIXME: this does not fix RPATH. + # FIXME: this does not remove RPATH. install( FILES $ $ $ + $ $ $ $ -- cgit v1.2.3