Removed SPDLOG_WCHAR_SUPPORT macro

This commit is contained in:
gabime
2023-07-28 19:07:32 +03:00
parent 7c054b6dba
commit 5993e78aac
3 changed files with 3 additions and 10 deletions

View File

@@ -101,10 +101,8 @@ endif()
# misc tweakme options
if(WIN32)
option(SPDLOG_WCHAR_SUPPORT "Support wchar api" OFF)
option(SPDLOG_WCHAR_FILENAMES "Support wchar filenames" OFF)
else()
set(SPDLOG_WCHAR_SUPPORT OFF CACHE BOOL "non supported option" FORCE)
set(SPDLOG_WCHAR_FILENAMES OFF CACHE BOOL "non supported option" FORCE)
endif()