diff --git a/CMakeLists.txt b/CMakeLists.txt index b8097c016..1ebe1f32e 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)