From b05a02b91ced47531f20c83dde97beb3c0a87246 Mon Sep 17 00:00:00 2001 From: Mario Werner Date: Tue, 2 Feb 2016 17:04:12 +0100 Subject: [PATCH] remove comment which is now superfluous since the code has been moved --- test/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 84acaef9..eb4d35fe 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -19,8 +19,6 @@ else () target_compile_definitions(gmock PUBLIC GTEST_HAS_PTHREAD=0) endif () -# Check if variadic templates are working and not affected by GCC bug 39653: -# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39653 if (NOT SUPPORTS_VARIADIC_TEMPLATES OR NOT SUPPORTS_INITIALIZER_LIST) target_compile_definitions(gmock PUBLIC GTEST_LANG_CXX11=0) endif ()