From 0942867ecc3d437cab8a859e2307c40b69d05297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Rakitni=C4=8Dan?= Date: Thu, 18 Jan 2018 12:09:03 +0100 Subject: GH-2103 Make /usr/local the default prefix for lin-system /usr/local is a sane default since /usr is meant to be used by packages. --- application/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'application/CMakeLists.txt') diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index b4978420..63405a37 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -393,10 +393,6 @@ elseif(MultiMC_LAYOUT_REAL STREQUAL "lin-nodeps") install(PROGRAMS package/linux/MultiMC DESTINATION ${BUNDLE_DEST_DIR}) elseif(MultiMC_LAYOUT_REAL STREQUAL "lin-system") - if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) - SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "Base directory for executables and libraries" FORCE) - endif() - set(MultiMC_BINARY_DEST_DIR "bin" CACHE STRING "Path to the binary directory") set(MultiMC_LIBRARY_DEST_DIR "lib${LIB_SUFFIX}" CACHE STRING "Path to the library directory") set(MultiMC_SHARE_DEST_DIR "share/multimc" CACHE STRING "Path to the shared data directory") -- cgit v1.2.3