From 8c55294ea9134c32f80d1a399a6a49ecdc9264b2 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 1 Sep 2010 14:07:45 +0200 Subject: Openssl implementation of threading + default imp --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1276d149..e7c5b6ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,6 +62,8 @@ else (WITH_GCRYPT) endif (NOT OPENSSL_FOUND) endif(WITH_GCRYPT) +#find out if we have threading available +include(FindThreads) # config.h checks include(ConfigureChecks.cmake) configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h) -- cgit v1.2.1