summaryrefslogtreecommitdiff
path: root/cmake/modules
diff options
context:
space:
mode:
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>2013-01-04 02:39:34 -0800
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>2013-01-14 00:34:17 -0800
commit23315a039d070656448da598c836061452d2c1aa (patch)
treef9211eb704eeaa970c382cd2ece9d444785cd927 /cmake/modules
parent02e287bfe37ea8368aff601db585a9a82863b0a1 (diff)
downloadlayer_management-23315a039d070656448da598c836061452d2c1aa.tar.gz
CMake: replaced build_flag() macro to create list of build flags
internally the flags are set with option, but additionally a list of build flags is created. Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
Diffstat (limited to 'cmake/modules')
-rw-r--r--cmake/modules/DefaultSettings.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/DefaultSettings.txt b/cmake/modules/DefaultSettings.txt
index b124f4a..b91967e 100644
--- a/cmake/modules/DefaultSettings.txt
+++ b/cmake/modules/DefaultSettings.txt
@@ -58,4 +58,5 @@ include_directories(
# Internal global settings not available to user
#==============================================================================
set (STATICALLY_LINKED_PLUGINS "" CACHE INTERNAL "list of static plugins")
+set (BUILD_FLAG_LIST "" CACHE INTERNAL "list of build flag names")