From: Matthias Maier Date: Sun, 1 Apr 2018 17:37:12 +0000 (-0500) Subject: CMake: Remove superfluous policy switch X-Git-Tag: v9.0.0-rc1~234^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01c31e01855d33a22aecebde6fcde817c4098ddb;p=dealii.git CMake: Remove superfluous policy switch --- 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: