mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 03:07:36 +02:00
Merge branch 'master' of github.com:cppformat/cppformat
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user