summaryrefslogtreecommitdiff
path: root/LayerManagerCommands
diff options
context:
space:
mode:
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>2012-06-15 06:08:16 -0700
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>2012-06-21 00:15:22 -0700
commitbfc30f3f135afa7a22c8de33c927dcdf6f9a3880 (patch)
tree142f5ec2edc8a4201e8264f26f1b436c58a02371 /LayerManagerCommands
parente70d32283f3d31a0a45cadafcad92978a289d675 (diff)
downloadlayer_management-bfc30f3f135afa7a22c8de33c927dcdf6f9a3880.tar.gz
LayerManagement: removed obsolete path references from build system
these paths have been changed in the project, but the build system still had references to them. This resulted in some warnings during build in some build environments.
Diffstat (limited to 'LayerManagerCommands')
-rw-r--r--LayerManagerCommands/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/LayerManagerCommands/CMakeLists.txt b/LayerManagerCommands/CMakeLists.txt
index c44c044..19fe033 100644
--- a/LayerManagerCommands/CMakeLists.txt
+++ b/LayerManagerCommands/CMakeLists.txt
@@ -1,6 +1,6 @@
############################################################################
#
-# Copyright 2010, 2011 BMW Car IT GmbH
+# Copyright 2010-2012 BMW Car IT GmbH
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -23,7 +23,6 @@ include_directories ("include")
include_directories ("${PROJECT_SOURCE_DIR}/config")
include_directories ("${PROJECT_SOURCE_DIR}/LayerManagerService/include")
include_directories ("${PROJECT_SOURCE_DIR}/LayerManagerUtils/include")
-link_directories ("${PROJECT_SOURCE_DIR}/LayerManagerUtils/bin")
file(GLOB LM_SOURCES src/*.cpp)
file(GLOB LM_INCLUDES include/*.h)