aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets
diff options
context:
space:
mode:
authorGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2016-05-26 16:16:41 +0200
committerGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2016-05-26 16:16:41 +0200
commit2ee306e44ac9d97c2988f3b7475b5d28209e713e (patch)
tree952946c7f245fc4eefd384a69acd90549b208492 /doc/snippets
parent37197b602b3c6ee6094065d63b8562f8fe756617 (diff)
Temporary workaround for bug #1237. The snippet (expectedly) failed with enabled assertions.
Diffstat (limited to 'doc/snippets')
-rw-r--r--doc/snippets/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/snippets/CMakeLists.txt b/doc/snippets/CMakeLists.txt
index 1135900cf..8cc6df00e 100644
--- a/doc/snippets/CMakeLists.txt
+++ b/doc/snippets/CMakeLists.txt
@@ -26,3 +26,4 @@ foreach(snippet_src ${snippets_SRCS})
endforeach(snippet_src)
ei_add_target_property(compile_tut_arithmetic_transpose_aliasing COMPILE_FLAGS -DEIGEN_NO_DEBUG)
+ei_add_target_property(compile_TopicAliasing_mult4 COMPILE_FLAGS -DEIGEN_NO_DEBUG) # workaroud for Bug 1237