Revert 0660344

Turns out I was wrong, we do need that command.
This commit is contained in:
hesiod 2014-10-29 10:43:25 +01:00
parent f859367aec
commit aeaa324f1e

View File

@ -89,6 +89,7 @@ foreach(def ${BACKWARD_DEFINITIONS})
endforeach()
add_library(enable_backward OBJECT backward.cpp)
target_compile_definitions(enable_backward PRIVATE ${BACKWARD_DEFINITIONS})
set(BACKWARD_ENABLE $<TARGET_OBJECTS:enable_backward> CACHE STRING
"object to enable automatic backward processing")