Skip to content
Snippets Groups Projects
Commit 3c8a86e5 authored by Marco Biasini's avatar Marco Biasini Committed by Andreas Schenk
Browse files

fix dependency problem for python unittests

parent 1c3df724
No related branches found
No related tags found
No related merge requests found
......@@ -4,11 +4,11 @@ add_custom_target(ost_scripts ALL)
# may god forgive us
if (ENABLE_GUI)
add_dependencies(ost_scripts _gui)
add_dependencies(ost_scripts _ost_gui)
elseif(ENABLE_GFX)
add_dependencies(ost_scripts _gfx)
add_dependencies(ost_scripts _ost_gfx)
else()
add_dependencies(ost_scripts _io)
add_dependencies(ost_scripts _ost_io)
endif()
if(WIN32)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment