mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 00:21:13 +00:00
Merge branch 'master' of github.com:cppformat/cppformat
This commit is contained in:
commit
88f4be3d19
@ -152,6 +152,11 @@ endif ()
|
|||||||
# add_definitions(-DFMT_USE_STATIC_ASSERT=1)
|
# add_definitions(-DFMT_USE_STATIC_ASSERT=1)
|
||||||
#endif ()
|
#endif ()
|
||||||
|
|
||||||
|
# Workaround a bug in implementation of variadic templates in MSVC11.
|
||||||
|
if (MSVC)
|
||||||
|
target_compile_definitions(gmock PUBLIC _VARIADIC_MAX=10)
|
||||||
|
endif ()
|
||||||
|
|
||||||
# GTest doesn't detect <tuple> with clang.
|
# GTest doesn't detect <tuple> with clang.
|
||||||
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
|
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
|
||||||
target_compile_definitions(gmock PUBLIC GTEST_USE_OWN_TR1_TUPLE=1)
|
target_compile_definitions(gmock PUBLIC GTEST_USE_OWN_TR1_TUPLE=1)
|
||||||
|
Loading…
Reference in New Issue
Block a user