Commit c643fdae authored by Victor Zverovich's avatar Victor Zverovich

Fix CMake warning

parent 609f33c9
......@@ -109,7 +109,7 @@ if (NOT FMT_VARIADIC_TEMPLATES)
endif ()
# 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)
endif ()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment