]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
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 9943584ae8c38dcc30dfd7b589759a9497d506e7..d2217bbb5bd2d3188b074921719631f3b4824607 100644 (file)
@@ -1,5 +1,3 @@
-project(bus)
-
 add_definitions(-DDBUS_COMPILATION)
 
 SET(EFENCE "")
index 0205f852953b6e6857bd2ab84ccec81fddc953fd..1d2086472752a4d5bbffb803cfc96939318b561d 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 c726596343475ff851119fe236648a25c1cf37de..b3e039015736273de5bcec33831587b070bb7b50 100644 (file)
@@ -1,4 +1,3 @@
-project(test)
 
 add_definitions(${DBUS_INTERNAL_CLIENT_DEFINITIONS})
 
index 101c7e60d975f4917570a536dba5b242c9466006..ddbd5bcff69af37092e9ee966201023be1b29995 100644 (file)
@@ -1,5 +1,3 @@
-project(tools)
-
 set (dbus_send_SOURCES
        ../../tools/dbus-print-message.c                        
        ../../tools/dbus-print-message.h