]> git.ipfire.org Git - thirdparty/ccache.git/commit
build: Find CppHttplib named libhttplib.so as well (#1465)
authorSam James <sam@gentoo.org>
Sat, 8 Jun 2024 14:11:48 +0000 (15:11 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 30 Jun 2024 17:02:08 +0000 (19:02 +0200)
commit0bc9a4562ff8cacf62fc02f2f4732510cc5fbe1f
tree184e6c288844c271e04580ee2286ab3b245084e4
parent7d2b04205d3fe2f3b6d15b04e0239edb9a30b151
build: Find CppHttplib named libhttplib.so as well (#1465)

On Gentoo, the library name is 'httplib', not 'cpp-httplib'. Search
for that first (as it appears to be "more vanilla"), then fall back
to 'cpp-httplib'.

(cherry picked from commit a641e5ea3087752af71e60690dcf3ed3c1dbc56a)
cmake/FindCppHttplib.cmake