diff --git a/CMakeLists.txt b/CMakeLists.txt index 6319070da..611c9426d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -275,7 +275,7 @@ if(MSVC) target_compile_options(spdlog_header_only INTERFACE "/Zc:__cplusplus") if(SPDLOG_MSVC_UTF8) # fmtlib requires the /utf-8 flag when building with msvc. - # see https://github.com/fmtlib/fmt/pull/4159 on why the purpose of the additional + # see https://github.com/fmtlib/fmt/pull/4159 on the purpose of the additional # "$<$,$>" target_compile_options(spdlog PUBLIC $<$,$>:/utf-8>) target_compile_options(spdlog_header_only INTERFACE $<$,$>:/utf-8>)