]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
cmake: remove unused TEST_SERVICE_DIR variable
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 16 Sep 2011 16:03:47 +0000 (17:03 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 28 Sep 2011 18:00:54 +0000 (19:00 +0100)
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=41222

cmake/CMakeLists.txt

index af68cc48a8470699099590a53f4636e5dbaa4141..10fc0ee81fe0596b9294e0348ffd03109cc088c6 100644 (file)
@@ -383,8 +383,6 @@ if (MSVC_IDE)
        FILE(REMOVE ${CMAKE_BINARY_DIR}/data/dbus-1/services)
 endif (MSVC_IDE)
 
-set(TEST_SERVICE_DIR          ${CMAKE_BINARY_DIR}/test/data/valid-service-files     CACHE STRING "Full path to test file test/data/valid-service-files in builddir" )
-
 #### Find socket directories
  if (NOT $ENV{TMPDIR} STREQUAL "")
      set (DBUS_SESSION_SOCKET_DIR $ENV{TMPDIR})