Closed Logan590 closed 2 months ago
Please make sure that both spdlog
and vt
are configured to use external fmt
. For vt
, this is controlled with vt_external_fmt
CMake option.
I used fmt 10.2.1, and I build spdlog with : -DSPDLOG_FMT_EXTERNAL=ON
Environment :
With the following CMake command :
When running
make -j24
:When just running
make
: