Skip to content
Snippets Groups Projects
Commit 2ec74046 authored by Lars Bilke's avatar Lars Bilke
Browse files

Use installe vtkGUISupportQt when it was already found.

parent 5c8a14cb
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,9 @@ if(QT4_FOUND)
else()
set(VTK_QT_VERSION 5 CACHE INTERNAL "")
endif()
add_subdirectory(VtkModules/Qt)
if(NOT TARGET vtkGUISupportQt)
add_subdirectory(VtkModules/Qt)
endif()
if(VTKFBXCONVERTER_FOUND)
add_definitions(-DVTKFBXCONVERTER_FOUND)
......
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