From 43dcb3982d1cffcf34a8b126cd12ee07b8eaa2d9 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 22 Nov 2024 12:14:47 +0200 Subject: [PATCH] Update CMakeLists.txt comment --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>)