From c70e40b08dfd42ab75ab1eaef04921ce1822efcf Mon Sep 17 00:00:00 2001 From: jackb-p Date: Sun, 31 Jul 2016 23:38:32 +0100 Subject: [PATCH] CMake: The correct library name is dl................... --- TriviaBot/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TriviaBot/CMakeLists.txt b/TriviaBot/CMakeLists.txt index a7c73d5..001e4ac 100644 --- a/TriviaBot/CMakeLists.txt +++ b/TriviaBot/CMakeLists.txt @@ -30,7 +30,7 @@ target_link_libraries(TriviaBot PUBLIC ${OPENSSL_LIBRARIES} ${CURL_LIBRARIES} pthread - ld + dl ) include_directories(