From 1d0076b5006689dff6a0af6df17faf638a48285d Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Mon, 22 Mar 2010 22:33:02 +0100 Subject: [PATCH] Keep cmake build system in sync with commit d47154c28b68b32177773bd489fdae62b440f38c. --- cmake/test/name-test/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cmake/test/name-test/CMakeLists.txt b/cmake/test/name-test/CMakeLists.txt index d26e642df..aad1ad498 100644 --- a/cmake/test/name-test/CMakeLists.txt +++ b/cmake/test/name-test/CMakeLists.txt @@ -4,11 +4,6 @@ set (NAMEtest-DIR ../../../test/name-test) add_definitions(-DDBUS_COMPILATION) -# there is also a test-names executable, don't know if this is the same -add_executable(test-names2 ${NAMEtest-DIR}/test-names.c) -target_link_libraries(test-names2 ${DBUS_INTERNAL_LIBRARIES}) -ADD_TEST(test-names2 ${EXECUTABLE_OUTPUT_PATH}/test-names2) - add_executable(test-pending-call-dispatch ${NAMEtest-DIR}/test-pending-call-dispatch.c) target_link_libraries(test-pending-call-dispatch ${DBUS_INTERNAL_LIBRARIES}) ADD_TEST(test-pending-call-dispatch ${EXECUTABLE_OUTPUT_PATH}/test-pending-call-dispatch) -- 2.47.3