You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
467 B
17 lines
467 B
#include(FetchContent)
|
|
#
|
|
#FetchContent_Declare(
|
|
# vtk
|
|
# GIT_REPOSITORY https://github.com/Kitware/VTK.git
|
|
# GIT_TAG v9.1.0
|
|
#)
|
|
##set(BUILD_SHARED_LIBS OFF CACHE BOOL "")
|
|
##set(BUILD_TESTING OFF CACHE BOOL "")
|
|
##option(VTK_BUILD_SHARED_LIBS "" OFF)
|
|
##option(VTK_BUILD_TESTING "" OFF)
|
|
#set(VTK_BUILD_DOCUMENTATION OFF)
|
|
#set(VTK_BUILD_TESTING OFF)
|
|
#set(VTK_BUILD_EXAMPLES OFF)
|
|
#set(VTK_BUILD_SCALED_SOA_ARRAYS OFF)
|
|
#FetchContent_MakeAvailable(vtk)
|
|
#
|
|
|