aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-12-06 23:20:30 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-12-06 23:20:30 +0000
commit93c1f629791eb7ca8fc1f951fa5e4f568f7c16ce (patch)
treeaf85e6723e97219515c381ed60cca02a1e0a3028 /doc/CMakeLists.txt
parent2b20da624a4967334fbf18209a2bbec7b5605d49 (diff)
Use an aligned IOFormat in the docs
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r--doc/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 759c3cf89..d90fc887d 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -25,6 +25,8 @@ configure_file(
set(examples_targets "")
set(snippets_targets "")
+add_definitions("-DEIGEN_DEFAULT_IO_FORMAT=EIGEN_DOCS_IO_FORMAT")
+
add_subdirectory(examples)
add_subdirectory(snippets)