From: Wolfgang Bangerth Date: Wed, 23 Sep 2015 22:53:05 +0000 (-0500) Subject: Add CMake version check. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22cd6d612dd316efc7f998c886f5061d44c64960;p=code-gallery.git Add CMake version check. --- 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)