From: Simon McVittie Date: Fri, 16 Sep 2011 16:03:47 +0000 (+0100) Subject: cmake: remove unused TEST_SERVICE_DIR variable X-Git-Tag: dbus-1.5.10~99 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f2618294d342e72ffd791289e565782413fac67;p=thirdparty%2Fdbus.git cmake: remove unused TEST_SERVICE_DIR variable Signed-off-by: Simon McVittie Reviewed-by: Ralf Habacker Bug: https://bugs.freedesktop.org/show_bug.cgi?id=41222 --- diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index af68cc48a..10fc0ee81 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -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})