Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions thirdparty/kitware/vtk/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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) )

Expand Down
2 changes: 1 addition & 1 deletion thirdparty/kitware/vtk/cmake
Submodule cmake updated 17896 files
2 changes: 1 addition & 1 deletion thirdparty/kitware/vtk/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down