]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
dist: add missing `FindNettle.cmake`
authorViktor Szakats <commit@vsz.me>
Wed, 31 Jul 2024 08:02:13 +0000 (10:02 +0200)
committerViktor Szakats <commit@vsz.me>
Wed, 31 Jul 2024 14:34:09 +0000 (16:34 +0200)
Follow-up to 669ce42275635dc1f881dab3dfc9a55c9ab49b21 #14285
Reported-by: Christoph Reiter
Bug: https://github.com/curl/curl/pull/14285#issuecomment-2259880050
Closes #14320

Makefile.am

index 6d604ea89966dba51a55a0a3586c290692fff897..5d4895685efef07e4da9446471a5ba509b96957e 100644 (file)
@@ -43,6 +43,7 @@ CMAKE_DIST =                                    \
  CMake/FindNGHTTP2.cmake                        \
  CMake/FindNGHTTP3.cmake                        \
  CMake/FindNGTCP2.cmake                         \
+ CMake/FindNettle.cmake                         \
  CMake/FindQUICHE.cmake                         \
  CMake/FindWolfSSL.cmake                        \
  CMake/FindZstd.cmake                           \