summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Residori <marco_residori@mentor.com>2015-11-03 14:01:16 +0100
committerMarco Residori <marco_residori@mentor.com>2015-11-03 14:01:16 +0100
commit6d53ef1f4ce53f5f1a92ccb9b6c87b873299814d (patch)
tree90dcac736545e2b9ec76dc9688a5267e93963871
parent167346dceaf7e212eb682c4f7f6e8e62682b0856 (diff)
downloadpositioning-6d53ef1f4ce53f5f1a92ccb9b6c87b873299814d.tar.gz
Minor improvements to CMakeLists files
-rw-r--r--enhanced-position-service/dbus/CMakeLists.txt1
-rw-r--r--logger/CMakeLists.txt4
-rw-r--r--logger/src/CMakeLists.txt1
3 files changed, 0 insertions, 6 deletions
diff --git a/enhanced-position-service/dbus/CMakeLists.txt b/enhanced-position-service/dbus/CMakeLists.txt
index 4b6956e..4076abd 100644
--- a/enhanced-position-service/dbus/CMakeLists.txt
+++ b/enhanced-position-service/dbus/CMakeLists.txt
@@ -78,5 +78,4 @@ if(WITH_TESTS)
message(STATUS "---------------------------------------------------------")
endif()
-message(STATUS)
diff --git a/logger/CMakeLists.txt b/logger/CMakeLists.txt
index 2140a96..e92d56a 100644
--- a/logger/CMakeLists.txt
+++ b/logger/CMakeLists.txt
@@ -36,10 +36,6 @@ option(WITH_MPU6050
option(WITH_REPLAYER
"Use REPLAYER as source of GPS data" ON)
-
-
-
-message(STATUS "---------------------------------------------------------")
add_subdirectory(src)
message(STATUS "---------------------------------------------------------")
diff --git a/logger/src/CMakeLists.txt b/logger/src/CMakeLists.txt
index 7471a68..969f012 100644
--- a/logger/src/CMakeLists.txt
+++ b/logger/src/CMakeLists.txt
@@ -41,7 +41,6 @@ set(LIB_SRC_LOGGER ${CMAKE_CURRENT_SOURCE_DIR}/poslog.cpp)
add_library(poslog SHARED ${LIB_SRC_LOGGER})
install(TARGETS poslog DESTINATION lib)
-message(STATUS "/logger------------------------------------------------")