change install dir to /usr/local/skysql/maxscale

This commit is contained in:
Timofey Turenko 2014-09-18 23:07:13 +03:00
parent c97cbd0a7f
commit 38475939c4

View File

@ -11,7 +11,7 @@ endmacro()
macro(set_variables)
# Installation directory
set(INSTALL_DIR "/usr/local/skysql/" CACHE PATH "MaxScale installation directory.")
set(INSTALL_DIR "/usr/local/skysql/maxscale/" CACHE PATH "MaxScale installation directory.")
# Build type
set(BUILD_TYPE "Release" CACHE STRING "Build type, possible values are:None (no optimization), Debug, Release.")
@ -136,4 +136,4 @@ macro(check_dirs)
set(DEPS_OK TRUE CACHE BOOL "If all the dependencies were found.")
endmacro()
endmacro()