Temporary workaround for bug #1237. The snippet (expectedly) failed with enabled assertions.

This commit is contained in:
Christoph Hertzberg 2016-05-26 16:16:41 +02:00
parent 37197b602b
commit 2ee306e44a

View File

@ -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