Currently if someone has fmt 9 installed then symforce will find that version and fail to compile because fmt 9 deprecates ostream.
So we should specify a version in find_package fmt
Slightly related is that spdlog also tries to find fmt and somehow finds fmt 9 and fails to compile.
Currently if someone has fmt 9 installed then symforce will find that version and fail to compile because fmt 9 deprecates ostream. So we should specify a version in find_package fmt
Slightly related is that spdlog also tries to find fmt and somehow finds fmt 9 and fails to compile.