We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd5aa4 commit bdd1dffCopy full SHA for bdd1dff
CMakeLists.txt
@@ -215,7 +215,7 @@ if(SPDLOG_FMT_EXTERNAL OR SPDLOG_FMT_EXTERNAL_HO)
215
target_compile_definitions(spdlog PUBLIC SPDLOG_FMT_EXTERNAL)
216
target_compile_definitions(spdlog_header_only INTERFACE SPDLOG_FMT_EXTERNAL)
217
218
- # use external fmt-header-nly
+ # use external fmt-header-only
219
if(SPDLOG_FMT_EXTERNAL_HO)
220
target_link_libraries(spdlog PUBLIC fmt::fmt-header-only)
221
target_link_libraries(spdlog_header_only INTERFACE fmt::fmt-header-only)
0 commit comments