From 5547a9741d259e1a7e4761783e05329564c1eafa Mon Sep 17 00:00:00 2001 From: Stefan Derkits <stefan@derkits.at> Date: Sat, 30 Jun 2012 17:04:39 +0200 Subject: [PATCH] Ubuntu 11.10 needs explicit pthread, reenable finding & linking them --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0beec4cd4..2b3f4cd32 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -160,8 +160,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)