You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had this issue a little bit ago. For me, I noticed it was an error related to passing a std::filesystem::path as an argument. So, as a workaround/fix, I just got the c_str() from the path instead. I assume its something similar in your case @shilkazx
System
Archlinux x64
GCC 14.2.1
cmake 3.31.5
Spdlog
I use
git clone
get latest versionBug details
Error occurred when I compile another project which need spdlog headers. The cmake result is:
The text was updated successfully, but these errors were encountered: