diff options
author | Ralf Habacker <ralf.habacker@freenet.de> | 2014-01-08 01:32:58 +0100 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2014-01-08 01:35:49 +0100 |
commit | 9866c2d78588b699b0f51ff825263cbbc26fe3a5 (patch) | |
tree | 8049a2be9990a9b6bd81d572596f48c5c8660d4b | |
parent | e74f0b1efa3f541faabb89c1bd97543d36696d16 (diff) | |
download | dbus-9866c2d78588b699b0f51ff825263cbbc26fe3a5.tar.gz |
Remove obsolete cmake project tags in sub directories; we only have one project.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=68506
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
-rw-r--r-- | cmake/bus/CMakeLists.txt | 2 | ||||
-rw-r--r-- | cmake/dbus/CMakeLists.txt | 2 | ||||
-rw-r--r-- | cmake/test/CMakeLists.txt | 1 | ||||
-rw-r--r-- | cmake/tools/CMakeLists.txt | 2 |
4 files changed, 0 insertions, 7 deletions
diff --git a/cmake/bus/CMakeLists.txt b/cmake/bus/CMakeLists.txt index 9943584a..d2217bbb 100644 --- a/cmake/bus/CMakeLists.txt +++ b/cmake/bus/CMakeLists.txt @@ -1,5 +1,3 @@ -project(bus) - add_definitions(-DDBUS_COMPILATION) SET(EFENCE "") diff --git a/cmake/dbus/CMakeLists.txt b/cmake/dbus/CMakeLists.txt index 0205f852..1d208647 100644 --- a/cmake/dbus/CMakeLists.txt +++ b/cmake/dbus/CMakeLists.txt @@ -1,5 +1,3 @@ -project(dbus-lib) - SET(DBUS_DIR ${CMAKE_SOURCE_DIR}/../dbus) configure_file(${DBUS_DIR}/dbus-arch-deps.h.in ${CMAKE_CURRENT_BINARY_DIR}/dbus-arch-deps.h ) diff --git a/cmake/test/CMakeLists.txt b/cmake/test/CMakeLists.txt index c7265963..b3e03901 100644 --- a/cmake/test/CMakeLists.txt +++ b/cmake/test/CMakeLists.txt @@ -1,4 +1,3 @@ -project(test) add_definitions(${DBUS_INTERNAL_CLIENT_DEFINITIONS}) diff --git a/cmake/tools/CMakeLists.txt b/cmake/tools/CMakeLists.txt index 101c7e60..ddbd5bcf 100644 --- a/cmake/tools/CMakeLists.txt +++ b/cmake/tools/CMakeLists.txt @@ -1,5 +1,3 @@ -project(tools) - set (dbus_send_SOURCES ../../tools/dbus-print-message.c ../../tools/dbus-print-message.h |