From 93c1f629791eb7ca8fc1f951fa5e4f568f7c16ce Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sat, 6 Dec 2008 23:20:30 +0000 Subject: Use an aligned IOFormat in the docs --- doc/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/CMakeLists.txt') 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) -- cgit v1.2.3