提交 05ad3a53 编写于 作者: D Dustin Rodrigues

don't use VTK_USE_FILE for VTK >= 8.90

上级 5c76f99f
......@@ -84,4 +84,8 @@ if(NOT ${VTK_COMPILE_STATUS})
endif()
set(HAVE_VTK ON)
message(STATUS "Found VTK ${VTK_VERSION} (${VTK_USE_FILE})")
if (VTK_VERSION VERSION_LESS "8.90.0")
message(STATUS "Found VTK ${VTK_VERSION} (${VTK_USE_FILE})")
else()
message(STATUS "Found VTK ${VTK_VERSION}")
endif()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册