Skip to content
Snippets Groups Projects
Commit 18ca82df authored by Andrew Wilson's avatar Andrew Wilson :elephant:
Browse files

BUG: Fix vtk external usage version number

parent 1f5a35cb
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,6 @@ imstk_add_external_project( VTK
#VERBOSE
)
if(NOT USE_SYSTEM_VTK)
set(VTK_DIR ${CMAKE_INSTALL_PREFIX}/lib/cmake/vtk-9.0)
set(VTK_DIR ${CMAKE_INSTALL_PREFIX}/lib/cmake/vtk-9.1)
#message(STATUS "VTK_DIR : ${VTK_DIR}")
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