Actually really made the default install prefix /usr
This commit is contained in:
parent
f252c44fe8
commit
ef9938da0c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue