early-access version 2853
This commit is contained in:
13
externals/vcpkg/ports/netcdf-c/fix-dependency-zlib.patch
vendored
Executable file
13
externals/vcpkg/ports/netcdf-c/fix-dependency-zlib.patch
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
diff --git a/liblib/CMakeLists.txt b/liblib/CMakeLists.txt
|
||||
index be72612..5e1692f 100644
|
||||
--- a/liblib/CMakeLists.txt
|
||||
+++ b/liblib/CMakeLists.txt
|
||||
@@ -67,7 +67,7 @@ ENDIF()
|
||||
|
||||
SET(TLL_LIBS "")
|
||||
|
||||
-SET(TLL_LIBS ${TLL_LIBS} ${HAVE_LIBM} ${ZLIB_LIBRARY})
|
||||
+SET(TLL_LIBS ${TLL_LIBS} ${HAVE_LIBM})
|
||||
|
||||
# Add extra dependencies specified via NC_EXTRA_DEPS
|
||||
SET(TLL_LIBS ${TLL_LIBS} ${EXTRA_DEPS})
|
Reference in New Issue
Block a user