Builds fine for me on Pop_OS 21.10. Are you running this in the root of the git before attempting to build?
It looks like the version of fmt that you have isn't the one required, which is true on Ubuntu. When running cmake, you should see this:
Code:
git submodule update --init --recursiveIt looks like the version of fmt that you have isn't the one required, which is true on Ubuntu. When running cmake, you should see this:
Quote:CMake Warning at CMakeLists.txt:567 (find_package):
Could not find a configuration file for package "fmt" that is compatible
with requested version "8.0".
The following configuration files were considered but not accepted:
/usr/lib/x86_64-linux-gnu/cmake/fmt/fmt-config.cmake, version: 7.1.3
/lib/x86_64-linux-gnu/cmake/fmt/fmt-config.cmake, version: 7.1.3
-- Using static fmt from Externals
-- Module support is disabled.
-- Version: 8.1.1
-- Build type: Release
