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

[CMake] Removed hack for unresolved external in vtkGUISupportQt.

parent a3dd4b96
No related branches found
No related tags found
No related merge requests found
...@@ -60,8 +60,6 @@ if(OGS_USE_NETCDF) ...@@ -60,8 +60,6 @@ if(OGS_USE_NETCDF)
endif() endif()
if(NOT APPLE AND OGS_USE_CONAN) if(NOT APPLE AND OGS_USE_CONAN)
# HACK for unresolved external
target_link_libraries(DataExplorer vtkGUISupportQt-8.1)
if(UNIX) if(UNIX)
target_link_libraries(DataExplorer Qt5::X11Extras) target_link_libraries(DataExplorer Qt5::X11Extras)
endif() endif()
......
...@@ -146,10 +146,6 @@ if (OGS_USE_NETCDF) ...@@ -146,10 +146,6 @@ if (OGS_USE_NETCDF)
target_link_libraries(VtkVis PRIVATE NetCdfDialogLib) target_link_libraries(VtkVis PRIVATE NetCdfDialogLib)
endif() endif()
if(NOT APPLE AND OGS_USE_CONAN)
# HACK for unresolved external
target_link_libraries(VtkVis PUBLIC vtkGUISupportQt-8.1)
endif()
set_property(TARGET VtkVis PROPERTY FOLDER "DataExplorer") set_property(TARGET VtkVis PROPERTY FOLDER "DataExplorer")
add_autogen_include(VtkVis) add_autogen_include(VtkVis)
......
...@@ -70,9 +70,7 @@ if(OGS_BUILD_GUI) ...@@ -70,9 +70,7 @@ if(OGS_BUILD_GUI)
set(CONAN_OPTIONS ${CONAN_OPTIONS} set(CONAN_OPTIONS ${CONAN_OPTIONS}
vtk:minimal=False vtk:minimal=False
vtk:qt=True vtk:qt=True
qt:with_sqlite3=False qt:qtxmlpatterns=True
qt:with_mysql=False
qt:with_odbc=False
) )
endif() 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