From 22cd6d612dd316efc7f998c886f5061d44c64960 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 23 Sep 2015 17:53:05 -0500 Subject: [PATCH] Add CMake version check. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ff731c7..e742d60 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,5 +15,6 @@ MESSAGE(STATUS "This is the deal.II code gallery") +CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8) ADD_CUSTOM_TARGET(install) -- 2.39.5