Skip to content
Snippets Groups Projects
Commit 56491433 authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Fix cmake

parent fd38452e
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ function(armarx_gui_plugin PLUGIN_NAME SOURCES QT_MOC_HDRS QT_UIS QT_RESOURCES C
if(NOT "1" STREQUAL "${tmp_headers_len}")
message(FATAL_ERROR "Failed to auto generate the GuiPlugin headers! Error: Can't find the widget controller")
endif()
list(POP_BACK tmp_headers tmp_hdr)
list(GET tmp_headers 0 tmp_hdr)
set(ARMARX_GUI_PLUGIN_WIDGET_CONTROLLER_HEDER "${subdir}/${tmp_hdr}")
########################################################################
#generate and add files
......
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