]> granicus.if.org Git - curl/commit
cmake: Fix finding Brotli on case-sensitive file systems
authoraasivov <aasivov@users.noreply.github.com>
Wed, 17 Jul 2019 06:01:45 +0000 (02:01 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Wed, 17 Jul 2019 06:03:29 +0000 (02:03 -0400)
commit2527eca91e768e5192a77c1721d02b0ffc253df2
treeb7d0265c6ac9624b6e206c90f32dd06f7efce57e
parent28f6fda8dcedbe49dcbdb5c5d3a272486d559abc
cmake: Fix finding Brotli on case-sensitive file systems

- Find package "Brotli" instead of "BROTLI" since the former is the
  casing used for CMake/FindBrotli.cmake, and otherwise find_package
  may fail on a case-sensitive file system.

Fixes https://github.com/curl/curl/issues/4117
CMakeLists.txt