aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2014-12-15 12:45:29 +0100
committerGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2014-12-15 12:45:29 +0100
commitdcad508986b85a49777dd15a00b88b61e2ef6975 (patch)
tree6de2ba386dc71dad3476fbd13e8424dbee4747d2 /CMakeLists.txt
parent608733415ac36824f9c2a9b11ee0ee755f701a77 (diff)
At least CMAKE 2.8.4 is required for WORKING_DIRECTORY option in add_test
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f9610a522..00287c9bb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
project(Eigen)
-cmake_minimum_required(VERSION 2.8.2)
+cmake_minimum_required(VERSION 2.8.4)
# guard against in-source builds