From b7f28a92d496f5f083d79500bb431bf3c59c87e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 8 Jan 2018 01:42:50 +0100 Subject: NOISSUE change default install layout on linux to lin-nodeps This avoids issues with included bundle utilities on certain systems and is a step in the intended direction (not distributing dependencies). --- application/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application') diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index 57abfcb3..a77e03d4 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -311,7 +311,7 @@ if(MultiMC_LAYOUT STREQUAL "auto") if(UNIX AND APPLE) set(MultiMC_LAYOUT_REAL "mac-bundle") elseif(UNIX) - set(MultiMC_LAYOUT_REAL "lin-bundle") + set(MultiMC_LAYOUT_REAL "lin-nodeps") elseif(WIN32) set(MultiMC_LAYOUT_REAL "win-bundle") else() -- cgit v1.2.3