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

[VtkVis] Always build statically.

parent 4d967f77
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ if(GEOTIFF_FOUND)
include_directories(${GEOTIFF_INCLUDE_DIRS})
endif() # GEOTIFF_FOUND
ogs_add_library(QtDataView ${SOURCES} ${HEADERS} ${UIS})
ogs_add_library(QtDataView STATIC ${SOURCES} ${HEADERS} ${UIS})
target_link_libraries(QtDataView
PUBLIC GeoLib
......
......@@ -128,7 +128,7 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}
${GUI_SOURCE_DIR_REL}/DataView
${GUI_SOURCE_DIR_REL}/VtkModules/Qt)
ogs_add_library(VtkVis ${SOURCES} ${HEADERS} ${UIS})
ogs_add_library(VtkVis STATIC ${SOURCES} ${HEADERS} ${UIS})
if(GEOTIFF_FOUND)
include_directories(${GEOTIFF_INCLUDE_DIRS})
......
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