more cmake improvements; start removing the autotools stuff.

This commit is contained in:
Benoit Jacob
2007-06-07 06:58:37 +00:00
parent e30e7d7bcd
commit 9939776cdb
47 changed files with 14 additions and 15188 deletions

View File

@@ -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)