aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-06-07 06:58:37 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-06-07 06:58:37 +0000
commit9939776cdb15a166a63d53b16d255a58487b5ecc (patch)
tree9b00741a577cb2704a0e27211e4028c5c452ac58 /CMakeLists.txt
parente30e7d7bcd3128ec53371694b6c0a05c0d4f7732 (diff)
more cmake improvements; start removing the autotools stuff.
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 fca3dfc59..6d304f9b4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
project(Eigen)
-set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
+set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")
OPTION(BUILD_TESTS "Build tests" OFF)
OPTION(BUILD_EXAMPLES "Build examples" OFF)