Incorrect search for double-conversion: cmake scripts should be used #5870
Labels
affects/none
PR/issue: this bug affects none version.
severity/none
Severity of bug
type/bug
Type: something is unexpected
You look for the static library here . double-conversion can be installed as a shared library, so this algorithm is incorrect.
You should simply use cmake scripts provided by double-conversion:
There's no need for cmake/FindDoubleConversion.cmake
Same problems exist for folly, fizz, and other libraries.
There's no need in writing Find*.cmake scripts for the packages that provide their own cmake scripts.
Your Environments (required)
The text was updated successfully, but these errors were encountered: