diff --git a/CMakeLists.txt b/CMakeLists.txt index bef4544e..e116daad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -147,7 +147,7 @@ if(SPDLOG_FMT_EXTERNAL) endif() #--------------------------------------------------------------------------------------- -# Misc definitions according to options +# Misc definitions according to tweak options #--------------------------------------------------------------------------------------- if(SPDLOG_WCHAR_SUPPORT) target_compile_definitions(spdlog PUBLIC SPDLOG_WCHAR_TO_UTF8_SUPPORT)