Replies: 1 comment
-
Do you have spdlog installed locally? To me it looks like vcpkg or CMake uses a local installation from For reference, I use the following version: $ gcc --version
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
# vcpkg needs to be run from vcpkg directory not OpenOrCadParser
$ ./vcpkg find port fmt
fmt 9.1.0#1
$ ./vcpkg find port spdlog
spdlog 1.11.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm trying to compile on Linux, but I get to many errors that seems to be related to fmt... I have v9.1.0 installed through vcpkg...
What version are you using? Compiler is gcc 11.3.0
compile.log
Beta Was this translation helpful? Give feedback.
All reactions