From ef9938da0c803e53b10c3b30e4728ef7c45842a5 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Sun, 29 May 2016 09:36:15 +0200 Subject: [PATCH] Actually really made the default install prefix /usr --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cf4f0a19..9635144f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # Basic Setup # ######################################## cmake_minimum_required (VERSION 2.6) -SET(CMAKE_INSTALL_PREFIX /usr) +SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "Usr install prefix") project (MistServer) if(COMMAND cmake_policy)