Updated SETUP contents, fixed CMAKE_INSTALL_PREFIX not affecting the install destination and added a WITHOUT_MAXADMIN flag.

This commit is contained in:
Markus Makela
2015-01-18 05:20:05 +02:00
parent 3eb686223e
commit 3af1e895c7
3 changed files with 17 additions and 16 deletions

View File

@ -17,9 +17,6 @@ endmacro()
macro(set_variables)
# Installation directory
set(INSTALL_DIR "/usr/local/skysql/maxscale/" CACHE PATH "MaxScale installation directory.")
# Build type
set(BUILD_TYPE "None" CACHE STRING "Build type, possible values are:None, Debug, DebugSymbols, Optimized.")