From: David Wells Date: Sat, 28 May 2016 19:14:49 +0000 (-0400) Subject: Do not build step-44 as a test without C++11. X-Git-Tag: v8.5.0-rc1~1004^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cb46e4004bea5dcc55e0cccadf2e53c67495234;p=dealii.git 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. --- 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 ) #