aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Marec <frederic.marec@iot.bzh>2018-09-26 17:59:29 +0200
committerFrederic Marec <frederic.marec@iot.bzh>2018-09-27 08:44:12 +0200
commitd4191c40ac8b48b37d6b5ba537cfc7e0d56468f6 (patch)
tree1abcbb964792547c95a25bf4875b11806db3fd5c
parent6e4f5c92c6162116b79dea2533d07a8723964232 (diff)
Fix BUILD_TYPE in config.cmake
Change CMAKE_BUILD_TYPE in BUILD_TYPE to follow app-templates submodule update to allow overide of the value by command line Change-Id: I55f3edf4a2fae193c94490001fbf32810cdc7bdf Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
-rw-r--r--conf.d/cmake/config.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index d4ba867..ab14372 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -42,7 +42,7 @@ set(PROJECT_APP_TEMPLATES_DIR "conf.d/app-templates")
# Compilation Mode (DEBUG, RELEASE)
# ----------------------------------
-set(CMAKE_BUILD_TYPE "RELEASE")
+set(BUILD_TYPE "RELEASE")
# Kernel selection if needed. You can choose between a
# mandatory version to impose a minimal version.