aboutsummaryrefslogtreecommitdiff
path: root/ports/osg/fix-curl.patch
blob: e95fbee5dc3dbcf02db2ecb1e7cde545617f6e4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/src/osgPlugins/curl/CMakeLists.txt b/src/osgPlugins/curl/CMakeLists.txt
index cc459ff..370dbec 100644
--- a/src/osgPlugins/curl/CMakeLists.txt
+++ b/src/osgPlugins/curl/CMakeLists.txt
@@ -23,11 +23,11 @@ SET(TARGET_H
 
 IF(ZLIB_FOUND)   
     SET(TARGET_LIBRARIES_VARS
-        CURL_LIBRARY
+        CURL_LIBRARIES
         ZLIB_LIBRARIES)
 ELSE()
     SET(TARGET_LIBRARIES_VARS
-        CURL_LIBRARY)
+        CURL_LIBRARIES)
 ENDIF()
 
 IF(WIN32 OR MINGW)