Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ if(MSVC)
# "$<$<AND:$<COMPILE_LANGUAGE:CXX>,$<CXX_COMPILER_ID:MSVC>>"
# which has been removed because generator expressions aren't supported by CPS
# see fmt issue https://github.com/externpro/fmt/issues/35 for explanation
target_compile_options(spdlog PUBLIC /utf-8)
target_compile_options(spdlog_header_only INTERFACE /utf-8)
target_compile_options(spdlog PUBLIC "/utf-8")
target_compile_options(spdlog_header_only INTERFACE "/utf-8")
endif()
endif()

Expand Down