From 77b8224949346bdbd636e9957d061d290b55c0d3 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Mon, 17 Oct 2011 17:23:03 +0200 Subject: [PATCH] * Get rid of annoying Threads test. Fails left and right. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e13aff507..7472b2971 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -163,8 +163,8 @@ SET( LIBPORTFWD_LIBRARIES ${LIBPORTFWD_LIBRARY} ) ADD_SUBDIRECTORY( ${THIRDPARTY_DIR}/libportfwd ) # we need pthreads too -macro_optional_find_package(Threads) -macro_log_feature(THREADS_FOUND "Threads" "Threading Library" "" TRUE "" "Platform specific library for threading") +#macro_optional_find_package(Threads) +#macro_log_feature(THREADS_FOUND "Threads" "Threading Library" "" TRUE "" "Platform specific library for threading") macro_optional_find_package(KDE4) macro_optional_find_package(KDE4Installed)