aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2011-02-06 12:51:42 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2011-02-06 12:51:42 -0500
commit9105e62d0a39d3a3e7864622fed5c393b25693a6 (patch)
treef4ac7e3413410c06f0559f80e1fbdb156733d556 /doc/CMakeLists.txt
parent02ee26a3a51675969016bab4e3e406d58b0979b6 (diff)
introduce EIGEN_MAKING_DOCS to tell whether we're compiling the docs examples
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r--doc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)