From: Wolfgang Bangerth <bangerth@math.tamu.edu>
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=refs%2Fpull%2F5%2Fhead;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)