From 533fc5cceeddc4e46b324c7e90c8a722f339dce1 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sun, 24 Jan 2021 12:08:14 -0600 Subject: [PATCH] CMake: Remove obsolete version check --- cmake/macros/macro_deal_ii_setup_target.cmake | 3 --- 1 file changed, 3 deletions(-) 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: -- 2.39.5