macOS bundle does not require manpages

By disabling them, we also do away with the need to have docbook-xsl installed (which, incidentally, is not properly detected when installed via `brew`)
This commit is contained in:
Rui Carmo 2023-12-21 18:24:22 +00:00 committed by akallabeth
parent b04271ae2d
commit f52bf1616e
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ echo "build target [$DEPLOYMENT_TARGET]"
CMAKE_ARGS="-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_BUILD_TYPE=Release \
-DWITH_MANPAGES=OFF \
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_OSX_ARCHITECTURES=$CMAKE_ARCHS \
-DCMAKE_OSX_DEPLOYMENT_TARGET=$DEPLOYMENT_TARGET \