From 01c31e01855d33a22aecebde6fcde817c4098ddb Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sun, 1 Apr 2018 12:37:12 -0500 Subject: [PATCH] CMake: Remove superfluous policy switch --- tests/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 5b856b67e8..608e411f71 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -33,11 +33,6 @@ SET_IF_EMPTY(MAKEOPTS $ENV{MAKEOPTS}) IF(DEFINED DEAL_II_HAVE_TESTS_DIRECTORY) - IF(POLICY CMP0037) - # allow to override "test" target for quick tests - CMAKE_POLICY(SET CMP0037 OLD) - ENDIF() - # # If this CMakeLists.txt file is called from within the deal.II build # system, set up quick tests as well: -- 2.39.5