mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-02 17:46:22 +03:00
Configuration - Update VTK optional components (#403)
Updated missed components leaded to the issue with VCPKG
This commit is contained in:
parent
55f8c6d1bf
commit
811e6c7f0d
@ -9,6 +9,12 @@ if (BUILD_USE_VCPKG)
|
|||||||
RenderingOpenGL2
|
RenderingOpenGL2
|
||||||
OPTIONAL_COMPONENTS
|
OPTIONAL_COMPONENTS
|
||||||
mpi
|
mpi
|
||||||
|
utf8
|
||||||
|
eigen
|
||||||
|
doubleconversion
|
||||||
|
lz4
|
||||||
|
lzma
|
||||||
|
expat
|
||||||
)
|
)
|
||||||
set(IS_VTK_9XX 1)
|
set(IS_VTK_9XX 1)
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
@ -87,6 +93,12 @@ find_package(VTK QUIET
|
|||||||
RenderingOpenGL2
|
RenderingOpenGL2
|
||||||
OPTIONAL_COMPONENTS
|
OPTIONAL_COMPONENTS
|
||||||
mpi
|
mpi
|
||||||
|
utf8
|
||||||
|
eigen
|
||||||
|
doubleconversion
|
||||||
|
lz4
|
||||||
|
lzma
|
||||||
|
expat
|
||||||
)
|
)
|
||||||
|
|
||||||
if (3RDPARTY_VTK_DIR AND EXISTS "${3RDPARTY_VTK_DIR}")
|
if (3RDPARTY_VTK_DIR AND EXISTS "${3RDPARTY_VTK_DIR}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user