From: Matthias Maier Date: Sun, 24 Jan 2021 18:08:14 +0000 (-0600) Subject: CMake: Remove obsolete version check X-Git-Tag: v9.3.0-rc1~568^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=533fc5cceeddc4e46b324c7e90c8a722f339dce1;p=dealii.git CMake: Remove obsolete version check --- diff --git a/cmake/macros/macro_deal_ii_setup_target.cmake b/cmake/macros/macro_deal_ii_setup_target.cmake index d6446b95f3..236c7673f4 100644 --- a/cmake/macros/macro_deal_ii_setup_target.cmake +++ b/cmake/macros/macro_deal_ii_setup_target.cmake @@ -65,9 +65,6 @@ MACRO(DEAL_II_SETUP_TARGET _target) SET(DEAL_II_TARGET_CONFIG_INCLUDED TRUE) ENDIF() - # Necessary for setting INCLUDE_DIRECTORIES via SET_PROPERTY - CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) - # # Set build type with the help of the specified keyword, or # CMAKE_BUILD_TYPE: