From 2cb46e4004bea5dcc55e0cccadf2e53c67495234 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 28 May 2016 15:14:49 -0400 Subject: [PATCH] Do not build step-44 as a test without C++11. As noted in the CMake file, this test is configuration dependent, so it no longer belongs in this list as of commit c6b05aed21. --- tests/build_tests/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/build_tests/CMakeLists.txt b/tests/build_tests/CMakeLists.txt index 3928e157f1..b28f3a8073 100644 --- a/tests/build_tests/CMakeLists.txt +++ b/tests/build_tests/CMakeLists.txt @@ -52,8 +52,8 @@ SET(_release_steps step-6 step-7 step-8 step-9 step-10 step-11 step-12 step-13 step-14 step-16 step-20 step-23 step-25 step-26 step-27 - step-30 step-38 step-39 step-44 step-47 - step-48 step-49 + step-30 step-38 step-39 step-47 step-48 + step-49 ) # -- 2.39.5