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

fix CMake error due to empy VTK_USE_FILE

parent 32467337
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,6 @@ ADD_CATALYST_DEPENDENCY(OGSFileConverter) ...@@ -79,7 +79,6 @@ ADD_CATALYST_DEPENDENCY(OGSFileConverter)
# Adds useful macros and variables # Adds useful macros and variables
# this is needed to correctly link the qt and vtk libraries through target_link_libraries # this is needed to correctly link the qt and vtk libraries through target_link_libraries
INCLUDE( ${QT_USE_FILE} ) INCLUDE( ${QT_USE_FILE} )
INCLUDE( ${VTK_USE_FILE} )
# Set build configuration types # Set build configuration types
# "RelWithDebInfo" and "MinSizeRelease" can be added here # "RelWithDebInfo" and "MinSizeRelease" can be added here
......
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