Skip to content

Commit

Permalink
Update fmt to v11.0.2 (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthierman authored Aug 12, 2024
1 parent 56f4c5b commit 7e956eb
Show file tree
Hide file tree
Showing 6 changed files with 5,393 additions and 5,205 deletions.
1 change: 1 addition & 0 deletions cmake/shared_prologue.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "Clang|GNU")
endif()

if(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
target_compile_options(clap-wrapper-compile-options INTERFACE /utf-8)
if (${CMAKE_CXX_STANDARD} GREATER_EQUAL 20)
message(STATUS "clap-wrapper: Turning off char8_t c++20 changes")
target_compile_options(clap-wrapper-compile-options INTERFACE /Zc:char8_t-)
Expand Down
Loading

0 comments on commit 7e956eb

Please sign in to comment.