Remove obsolete cmake project tags in sub directories; we only have one project.
authorRalf Habacker <ralf.habacker@freenet.de>
Wed, 8 Jan 2014 00:32:58 +0000 (01:32 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Wed, 8 Jan 2014 00:35:49 +0000 (01:35 +0100)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=68506
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
cmake/bus/CMakeLists.txt
cmake/dbus/CMakeLists.txt
cmake/test/CMakeLists.txt
cmake/tools/CMakeLists.txt

index 9943584..d2217bb 100644 (file)
@@ -1,5 +1,3 @@
-project(bus)
-
 add_definitions(-DDBUS_COMPILATION)
 
 SET(EFENCE "")
index 0205f85..1d20864 100644 (file)
@@ -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 )
index c726596..b3e0390 100644 (file)
@@ -1,4 +1,3 @@
-project(test)
 
 add_definitions(${DBUS_INTERNAL_CLIENT_DEFINITIONS})
 
index 101c7e6..ddbd5bc 100644 (file)
@@ -1,5 +1,3 @@
-project(tools)
-
 set (dbus_send_SOURCES
        ../../tools/dbus-print-message.c                        
        ../../tools/dbus-print-message.h