From 41dcd047d72b6cbeb619858fb8f625235e3a31d4 Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Thu, 26 May 2016 18:13:33 +0200 Subject: bug #1237: Redefine eigen_assert instead of disabling assertions for documentation snippets --- doc/snippets/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'doc/snippets/CMakeLists.txt') diff --git a/doc/snippets/CMakeLists.txt b/doc/snippets/CMakeLists.txt index 8cc6df00e..1baf32fba 100644 --- a/doc/snippets/CMakeLists.txt +++ b/doc/snippets/CMakeLists.txt @@ -24,6 +24,3 @@ foreach(snippet_src ${snippets_SRCS}) set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/${compile_snippet_src} PROPERTIES OBJECT_DEPENDS ${snippet_src}) 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 -- cgit v1.2.3