aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-11-25 22:05:49 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-11-25 22:05:49 +0000
commitf14712a1a33704e6dfff2437aba2f28663c1847d (patch)
treeb67010161cdce5a405f1f1122467d7f34654dbf5 /CMakeLists.txt
parent49c78643da67c91e355cb81f9ede70533f1967fb (diff)
Fix damage done by automatic search-and-replace
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 e499bdf92..180453180 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-project(gen)
+project(Eigen)
OPTION(BUILD_TESTS "Build tests" OFF)
OPTION(BUILD_EXAMPLES "Build examples" OFF)