From 17aea79d57f7a9920e65547bac6b985f07dea2c9 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Sat, 28 May 2016 18:57:46 +0200 Subject: [PATCH] Made standard install prefix /usr --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index eb70f6c1..cf4f0a19 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,7 @@ # Basic Setup # ######################################## cmake_minimum_required (VERSION 2.6) +SET(CMAKE_INSTALL_PREFIX /usr) project (MistServer) if(COMMAND cmake_policy)