aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2016-08-02 17:08:57 +0000
committerGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2016-08-02 17:08:57 +0000
commitf4404777ff4b8f8ed70a479276c657cb6062465d (patch)
treee6c386d3306b54591d06ebb98b67bd41f7f2cb0e /CMakeLists.txt
parentfd220dd8b009dc37b8c914cde25862c1e06e419a (diff)
Change project name to Eigen3, to be compatible with FindEigen3.cmake and Eigen3Config.cmake.
This is related to pull-requests 214.
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 abae3b23c..b4d28125a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-project(Eigen)
+project(Eigen3)
cmake_minimum_required(VERSION 2.8.5)