aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-09-01 10:47:07 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-09-01 10:47:07 +0000
commit7eeb620880e78b7a389304d9ec594986906db5ad (patch)
tree2cdfe31b6865970640cd42aea45386ac53081807 /CMakeLists.txt
parentbb114eb67fb7e6ec939212513d763c2ed9937456 (diff)
restart Eigen2 development from scratch.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6d304f9b4..f33b7a2b8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,5 @@
project(Eigen)
-set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")
-
OPTION(BUILD_TESTS "Build tests" OFF)
OPTION(BUILD_EXAMPLES "Build examples" OFF)
@@ -16,4 +14,3 @@ endif (CMAKE_COMPILER_IS_GNUCXX)
include_directories( ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} )
-add_subdirectory(tvmet-1.7.1)