From 9105e62d0a39d3a3e7864622fed5c393b25693a6 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sun, 6 Feb 2011 12:51:42 -0500 Subject: introduce EIGEN_MAKING_DOCS to tell whether we're compiling the docs examples --- doc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/CMakeLists.txt') diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index af756a516..43f31b91e 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -33,7 +33,7 @@ configure_file( set(examples_targets "") set(snippets_targets "") -add_definitions("-DEIGEN_DEFAULT_IO_FORMAT=EIGEN_DOCS_IO_FORMAT") +add_definitions("-DEIGEN_MAKING_DOCS") add_subdirectory(examples) add_subdirectory(snippets) -- cgit v1.2.3