summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>2013-03-19 12:02:56 +0100
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>2013-03-19 12:02:56 +0100
commit8b8e695850f09760c80ee24d43dd3f6ae125aa8d (patch)
tree4e4d1f99c5afa62e3a9bf53412123c8a8b35c62a /config
parenta9149a7d0210d5b6c67ec4fe2acab313b089965d (diff)
downloadlayer_management-8b8e695850f09760c80ee24d43dd3f6ae125aa8d.tar.gz
CMake: build system fixes
- usage of SORT() was updated - references to Graphic lib was removed - added missing header files to install target - removed debug log in build system - included ilmControl in default build - improved ilmCommon install settings - fixed module search path handling Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
Diffstat (limited to 'config')
-rw-r--r--config/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/CMakeLists.txt b/config/CMakeLists.txt
index 7dc1420..5393626 100644
--- a/config/CMakeLists.txt
+++ b/config/CMakeLists.txt
@@ -36,7 +36,7 @@ foreach(FLAG ${BUILD_FLAG_LIST})
SET(EXPORTED_BUILD_FLAGS "${EXPORTED_BUILD_FLAGS}${FLAG}\n")
endforeach(FLAG ${BUILD_FLAG_LIST})
-LIST(SORT BUILD_FLAG_ARRAY BUILD_FLAG_ARRAY)
+LIST(SORT BUILD_FLAG_ARRAY)
foreach(FLAG ${BUILD_FLAG_ARRAY})
SET(EXPORTED_BUILD_FLAG_ARRAY "${EXPORTED_BUILD_FLAG_ARRAY} { DEBUG_FLAG, \"${FLAG} = ${${FLAG}}\" },\n")
endforeach(FLAG ${BUILD_FLAG_ARRAY})