]> OCCT Git - occt.git/commitdiff
Configuration - Update VTK optional components (#403)
authorPasukhin Dmitry <dpasukhi@opencascade.com>
Wed, 5 Mar 2025 14:23:05 +0000 (15:23 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Mar 2025 14:23:05 +0000 (14:23 +0000)
Updated missed components leaded to the issue with VCPKG

adm/cmake/vtk.cmake

index c05700700108fd7f4a22e505de16d26c0722017f..eabc62d3f75bd177b121fe0f9efdc9a030037c0d 100644 (file)
@@ -9,6 +9,12 @@ if (BUILD_USE_VCPKG)
       RenderingOpenGL2
     OPTIONAL_COMPONENTS
       mpi
+      utf8
+      eigen
+      doubleconversion
+      lz4
+      lzma
+      expat
   )
   set(IS_VTK_9XX 1)
   if (WIN32)
@@ -87,6 +93,12 @@ find_package(VTK QUIET
     RenderingOpenGL2
   OPTIONAL_COMPONENTS
     mpi
+    utf8
+    eigen
+    doubleconversion
+    lz4
+    lzma
+    expat
 )
 
 if (3RDPARTY_VTK_DIR AND EXISTS "${3RDPARTY_VTK_DIR}")