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
SPDLOG_SRCS should not include src/fmt.cpp unless SPDLOG_FMT_EXTERNAL=OFF . Its contents are correctly protected from compilation via preprocessor in this case, but compiling that file causes ranlib to complain ranlib: file: libspdlog.a(fmt.cpp.o) has no symbols.
Seems like this is a small oversight as installation already takes care not to include include fmt/bundled
The text was updated successfully, but these errors were encountered:
SPDLOG_SRCS
should not includesrc/fmt.cpp
unlessSPDLOG_FMT_EXTERNAL=OFF
. Its contents are correctly protected from compilation via preprocessor in this case, but compiling that file causes ranlib to complainranlib: file: libspdlog.a(fmt.cpp.o) has no symbols
.Seems like this is a small oversight as installation already takes care not to include include
fmt/bundled
The text was updated successfully, but these errors were encountered: