From 46aca9d731c03d7db7c946e7cfe0298ea99535a3 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Mon, 15 Sep 2014 11:49:53 +0300 Subject: [PATCH] Wrong variable name in README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 83ddc2c2f..c1de0d92d 100644 --- a/README +++ b/README @@ -189,7 +189,7 @@ All the parameters affecting CMake can be found in 'macros.cmake'. This file als Variables controlling the CMake build process: INSTALL_DIR= Installation directory -CMAKE_BUILD_TYPE=[Debug|Release] Type of the build, defaults to Release +BUILD_TYPE=[Debug|Release] Type of the build, defaults to Release INSTALL_SYSTEM_FILES=[Y|N] Install startup scripts and ld configuration files EMBEDDED_LIB= Path to the embedded library, filename included MYSQL_DIR= Path to MySQL headers