diff --git a/thirdparty/kitware/vtk/Makefile.am b/thirdparty/kitware/vtk/Makefile.am index 7cd0f193fe0..1c437004d9c 100644 --- a/thirdparty/kitware/vtk/Makefile.am +++ b/thirdparty/kitware/vtk/Makefile.am @@ -63,6 +63,7 @@ all: -D VTK_USE_INFOVIS:BOOL=OFF \ -D VTK_USE_MANGLED_MESA:BOOL=OFF \ -D VTK_USE_VIEWS:BOOL=OFF \ + -D CMAKE_CXX_STANDARD=11 \ . && \ $(MAKE) ) diff --git a/thirdparty/kitware/vtk/cmake b/thirdparty/kitware/vtk/cmake index 15071018acf..74de9722dcd 160000 --- a/thirdparty/kitware/vtk/cmake +++ b/thirdparty/kitware/vtk/cmake @@ -1 +1 @@ -Subproject commit 15071018acfdfd40f34130b8132e17579d7e0623 +Subproject commit 74de9722dcd962e048d83a773d74e067bec4f495 diff --git a/thirdparty/kitware/vtk/configure.ac b/thirdparty/kitware/vtk/configure.ac index fa94812a4b8..19bfa3af762 100644 --- a/thirdparty/kitware/vtk/configure.ac +++ b/thirdparty/kitware/vtk/configure.ac @@ -55,7 +55,7 @@ dnl make in the VTK directory. Remove cmConfigure.h file as that dnl maybe from a full build and include components that are not to be dnl used during a bootstrap (cmELF for instance). ( - cmd="cd cmake && rm -f Source/cmConfigure.h && ./bootstrap";\ + cmd="cd cmake && rm -f Source/cmConfigure.h && ./bootstrap --no-qt-gui --system-curl";\ echo $cmd; \ eval $cmd )