提交 750b1aba 编写于 作者: A Alexander Alekhin

Merge pull request #18280 from dtrodrigues:vtk-9

...@@ -84,4 +84,8 @@ if(NOT ${VTK_COMPILE_STATUS}) ...@@ -84,4 +84,8 @@ if(NOT ${VTK_COMPILE_STATUS})
endif() endif()
set(HAVE_VTK ON) 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.
先完成此消息的编辑!
想要评论请 注册