Skip to content

Commit

Permalink
fix std-format-test
Browse files Browse the repository at this point in the history
todo: fix remaining errors
  • Loading branch information
alexezeder committed Dec 20, 2021
1 parent 1b7b62a commit f8250b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ if (FMT_PEDANTIC)
# MSVC fails to compile GMock when C++17 is enabled.
if (CMAKE_CXX_STANDARD LESS 20 AND FMT_HAS_VARIANT AND NOT MSVC)
add_fmt_test(std-format-test)
target_include_directories(std-format-test PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
set_property(TARGET std-format-test PROPERTY CXX_STANDARD 17)
endif ()

Expand Down

0 comments on commit f8250b2

Please sign in to comment.