-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FairLogger uses internal fmt version when asked to install, regardless of -DUSE_EXTERNAL_FMT=ON
#52
Comments
Doing:
works as expected. |
hm, with a fresh build dir it works for me. What could be the difference? bundled:
external:
|
I think the problem appears when you have an incompatible fmt installed externally. |
Lines 64 to 75 in 56b90a7
hm, the only way the build system could know about the bundled fmt, is, if |
Actually what I see is that USE_EXTERNAL_FMT flip flops from ON to OFF in the CMakeCache.txt. Any idea of what could be causing that? |
I have the strange behaviour where:
works, while:
does not and fails with:
notice the bundled version of fmt being used.
The text was updated successfully, but these errors were encountered: