From 4b876d8cb40cc3e682ef842e6af60b4d88d03f46 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Tue, 6 Mar 2007 20:51:02 +0000 Subject: * cmake/dbus/CMakeLists.txt,cmake/bus/CMakeLists.txt, cmake/CMakeLists.txt: win32 compile fix --- cmake/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'cmake/CMakeLists.txt') diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index ded5cb0c..c2dbf069 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -449,8 +449,6 @@ if (DBUS_BUILD_TESTS) add_subdirectory( test ) endif (DBUS_BUILD_TESTS) add_subdirectory( tools ) -# small sized pkg-config emulation -add_subdirectory( pkg-config ) OPTION(DBUS_INSTALL_SYSTEM_LIBS "install required system libraries" OFF) -- cgit