Skip to content
Snippets Groups Projects
Commit c70b9db8 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Disable DebugDrawerToArVizGroup since the topic is not found in the statechart editor

parent e5e26d88
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,8 @@ DebugDrawerToArVizGroup.scgxml
# adds all existing state headers and sources to CMake
armarx_generate_statechart_cmake_lists()
armarx_add_component("${SOURCES}" "${HEADERS}")
# Currently, the required topic is not found in the statechart editor.
# armarx_add_component("${SOURCES}" "${HEADERS}")
#find_package(MyLib QUIET)
#armarx_build_if(MyLib_FOUND "MyLib not available")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment