Skip to content
Snippets Groups Projects
Commit 2afc7404 authored by Julien Malik's avatar Julien Malik
Browse files

TESTS: disable wrappers/Qt tests when OTB_USE_VISU_GUI is OFF. usually it's...

TESTS: disable wrappers/Qt tests when OTB_USE_VISU_GUI is OFF. usually it's because we don't have a display available
parent 54d7ba87
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ if ( OTB_WRAP_JAVA )
add_subdirectory(Java)
endif ()
if ( OTB_WRAP_QT )
if ( OTB_WRAP_QT AND OTB_USE_VISU_GUI )
add_subdirectory(Qt)
endif ()
......
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