From 2f2618294d342e72ffd791289e565782413fac67 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 16 Sep 2011 17:03:47 +0100 Subject: [PATCH] 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 --- cmake/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index af68cc4..10fc0ee 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}) -- 2.7.4