early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

18
externals/vcpkg/ports/osg/fix-curl.patch vendored Executable file
View File

@@ -0,0 +1,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)