From d4191c40ac8b48b37d6b5ba537cfc7e0d56468f6 Mon Sep 17 00:00:00 2001 From: Frederic Marec Date: Wed, 26 Sep 2018 17:59:29 +0200 Subject: 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 --- conf.d/cmake/config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit 1.2.3-korg