Conan Add Remote Direct
Conan uses the that contains a matching recipe. If you have a private fork of fmt in your company remote, you must place your company remote before Conan Center to override the public version.
Check the remote order. Your private remote is likely after Conan Center. Use conan remote list and re-add with --insert . conan add remote
The command conan add remote is deceptively simple, but it is the foundation of every non-trivial Conan workflow. By mastering its flags ( --insert , --force ) and integrating it with careful remote ordering, you can build C++ projects that are both flexible and reproducible. Conan uses the that contains a matching recipe