Skip to content
Snippets Groups Projects
Commit a64a795e authored by Norihiro Watanabe's avatar Norihiro Watanabe
Browse files

try again

parent 15a3d580
No related branches found
No related tags found
No related merge requests found
...@@ -121,7 +121,7 @@ if(GEOTIFF_FOUND) ...@@ -121,7 +121,7 @@ if(GEOTIFF_FOUND)
include_directories(${GEOTIFF_INCLUDE_DIRS}) include_directories(${GEOTIFF_INCLUDE_DIRS})
endif() # GEOTIFF_FOUND endif() # GEOTIFF_FOUND
add_library(QtDataView STATIC add_library(QtDataView
${SOURCES} ${SOURCES}
${HEADERS} ${HEADERS}
${UIS} ${UIS}
...@@ -134,7 +134,6 @@ target_link_libraries(QtDataView ...@@ -134,7 +134,6 @@ target_link_libraries(QtDataView
DataHolderLib DataHolderLib
QtBase QtBase
QtStratView QtStratView
VtkVis
) )
add_dependencies(QtDataView QtDiagramView QtStratView) add_dependencies(QtDataView QtDiagramView QtStratView)
......
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