CMake does not check for `libfmt`, but enables tests which rely on it, which in turn breaks building of tests due to non-existing header included. See: https://github.com/arximboldi/immer/blob/df6ef46d97e1fe81f397015b9aeb32505cef653b/test/oss-fuzz/flex-vector-bo-0.cpp#L20
CMake does not check for
libfmt, but enables tests which rely on it, which in turn breaks building of tests due to non-existing header included.See:
immer/test/oss-fuzz/flex-vector-bo-0.cpp
Line 20 in df6ef46