]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: fix dev warning due to mismatched arg
authorDmitry Atamanov <dataman@tutanota.com>
Fri, 10 Feb 2023 17:44:36 +0000 (22:44 +0500)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 12 Feb 2023 06:45:48 +0000 (01:45 -0500)
commit1df2dfb514cd3943a2981425eda3ffb179c7d9e8
tree13a88b332e9b1e3f79676bcad4a24658b3536699
parent635bf5a6b2f5ff87095f4350cea6f6f4e192d14f
cmake: fix dev warning due to mismatched arg

The package name passed to find_package_handle_standard_args (BROTLI)
does not match the name of the calling package (Brotli). This can lead
to problems in calling code that expects find_package result variables
(e.g., _FOUND) to follow a certain pattern.

Closes https://github.com/curl/curl/pull/10471
CMake/FindBrotli.cmake