From 6a63dc5aad2cbcfc985fab915ab2b3eb84886c38 Mon Sep 17 00:00:00 2001 From: "Azamat H. Hackimov" Date: Sat, 26 Mar 2016 15:01:10 +0500 Subject: [PATCH] Adding ${CURL_LIBRARIES} to application linking Fixing compilation underlinking with system curl. --- src/app/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt index dde05da28..c76399381 100644 --- a/src/app/CMakeLists.txt +++ b/src/app/CMakeLists.txt @@ -446,6 +446,7 @@ target_link_libraries(app-lib ui-lib undo-lib ${TINYXML_LIBRARY} + ${CURL_LIBRARIES} ${JPEG_LIBRARIES} ${GIF_LIBRARIES} ${PNG_LIBRARIES}