Merge remote-tracking branch 'origin/cmake_build' into cmake_build

This commit is contained in:
Markus Makela 2014-09-19 11:42:43 +03:00
commit 0f62a1c8a4

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()