aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/curl/01-win-nghttp2-add-name.patch
blob: e07843010a2c9333e6a354411c729b0eaf2bbdb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/CMake/FindNGHTTP2.cmake
+++ b/CMake/FindNGHTTP2.cmake
@@ -25,7 +25,7 @@
 
 find_path(NGHTTP2_INCLUDE_DIR "nghttp2/nghttp2.h")
 
-find_library(NGHTTP2_LIBRARY NAMES nghttp2)
+find_library(NGHTTP2_LIBRARY NAMES nghttp2 nghttp2_static)
 
 find_package_handle_standard_args(NGHTTP2
     FOUND_VAR