From 641166b037f73e47fe29eb9d7542c39349c28428 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Thu, 14 Nov 2013 23:34:58 +0100 Subject: Link with pthread, required by cryptopp --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f7633b..21e82b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,7 +62,7 @@ file(GLOB source_xmpp src/xmpp/*.[hc]pp) add_library(xmpp STATIC ${source_xmpp}) target_link_libraries(xmpp bridge network utils - ${CRYPTO++_LIBRARIES} ${EXPAT_LIBRARIES}) + ${CRYPTO++_LIBRARIES} ${EXPAT_LIBRARIES} pthread) # ## bridge -- cgit v1.2.3