]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: FindNGHTTP2 add static lib name to find_library call
authorfuzzard <fuzzard@kodi.tv>
Mon, 29 Apr 2024 01:27:39 +0000 (11:27 +1000)
committerViktor Szakats <commit@vsz.me>
Mon, 29 Apr 2024 14:49:06 +0000 (16:49 +0200)
commit86805bfcdadef588e2c325212f066122f2daf4ec
treeec2599629fe094d65ec4bae4edcd0eb04a694990
parentb6305011ecae5bd4ff689da6f1618cc8a1c28f7e
cmake: FindNGHTTP2 add static lib name to find_library call

Add the static library name, nghttp2_static as a name to search.

This provides cmake parity with the winbuild Makefile.vc allowing
the cmake build to find and allow the link to static nghttp2 library.
CMake/FindNGHTTP2.cmake