forgot to commit a file

This commit is contained in:
Gael Guennebaud 2008-08-23 17:25:54 +00:00
parent f2f48b6560
commit da5e644567

View File

@ -2,6 +2,8 @@ PROJECT(Eigen)
CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
OPTION(BUILD_TESTS "Build tests" OFF)
OPTION(BUILD_DOC "Build documentation and examples" OFF)
OPTION(BUILD_DEMOS "Build demos" OFF)