math/vtk9: Disable Qt6 discovery
PR: 267217
This commit is contained in:
parent
f44f0f90f0
commit
15bfd7814f
1 changed files with 3 additions and 0 deletions
|
|
@ -36,6 +36,9 @@ CMAKE_ARGS= -DVTK_INSTALL_LIBRARY_DIR=lib/vtk-${VTK_SHORT_VER} \
|
|||
-DSTAGEDIR=${STAGEDIR}
|
||||
# all build options are documented here: https://gitlab.kitware.com/vtk/vtk/blob/master/Documentation/dev/build.md
|
||||
|
||||
# disable finding Qt6
|
||||
CMAKE_ON+= CMAKE_DISABLE_FIND_PACKAGE_Qt6
|
||||
|
||||
VTK_SHORT_VER= ${PORTVERSION:R}
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/vtk-${VTK_SHORT_VER}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue