Convert 5 m4 checks to cmake modules

This commit is contained in:
Benoit Jacob
2007-05-30 18:08:35 +00:00
parent 7947ae0e50
commit 658eccd43b
7 changed files with 146 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
project(eigen2)
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
OPTION(BUILD_TESTS "Build tests" OFF)
OPTION(BUILD_EXAMPLES "Build examples" OFF)