]> git.ipfire.org Git - thirdparty/ccache.git/commit
build: Try harder to determine FMT_VERSION (#1478)
authorHolger Hoffstätte <holger@applied-asynchrony.com>
Tue, 2 Jul 2024 13:46:44 +0000 (15:46 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Jul 2024 13:46:44 +0000 (15:46 +0200)
commit71f772e9d3d4f8045cfa7bccd03bd21c1e8fbef1
treeb4b5686539132777c1368718668fd1faeefd9cb7
parent20db503b911c8bd25b148f223da0f7f4138b7654
build: Try harder to determine FMT_VERSION (#1478)

fmt-11.0 moved the FMT_VERSION from core.h to base.h, so try the
new header first and then fall back to the old one.

Closes: #1477
cmake/FindFmt.cmake