Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable man #193

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
2 changes: 1 addition & 1 deletion .github/actions/f3d-superbuild/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ runs:
shell: bash
run: |
curl -L --output vtk_commit_sha https://raw.githubusercontent.com/f3d-app/f3d/master/.github/actions/vtk_commit_sha
echo VTK_COMMIT_SHA=`cat ./vtk_commit_sha` >> $GITHUB_ENV
echo VTK_COMMIT_SHA=48677f5358519ca59d6269613e0c57e75da77020 >> $GITHUB_ENV

# OCCT coloring is disabled on macOS because of f3d-app/f3d#792
- name: Configure
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/wheels/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
uses: actions/cache@v4
with:
path: fsbb/install
key: fsbb-${{runner.os}}-${{env.VTK_COMMIT_SHA}}-0
key: fsbb-${{runner.os}}-${{env.VTK_COMMIT_SHA}}-1

- name: Setup Ninja Windows
if: runner.os == 'Windows'
Expand Down
2 changes: 1 addition & 1 deletion projects/f3d.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ superbuild_add_project(f3d
-Werror=deprecated
--warn-uninitialized
-DCMAKE_INSTALL_NAME_DIR:PATH=<INSTALL_DIR>/lib
-DF3D_LINUX_GENERATE_MAN:BOOL=${f3d_build_for_linux}
-DF3D_LINUX_GENERATE_MAN:BOOL=OFF
-DF3D_LINUX_INSTALL_DEFAULT_CONFIGURATION_FILE_IN_PREFIX:BOOL=${f3d_build_for_linux}
-DF3D_MACOS_BUNDLE:BOOL=${f3d_build_for_macos}
-DF3D_MODULE_EXR:BOOL=${openexr_enabled}
Expand Down
6 changes: 3 additions & 3 deletions projects/unix/f3d.bundle.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ foreach (f3d_resource_dir IN LISTS f3d_resource_dirs)
endforeach ()

# Individual files to package
install(
FILES "${superbuild_install_location}/share/man/man1/f3d.1.gz"
DESTINATION "share/man/man1")
#install(
# FILES "${superbuild_install_location}/share/man/man1/f3d.1.gz"
# DESTINATION "share/man/man1")

## Package libf3d SDK

Expand Down
2 changes: 1 addition & 1 deletion superbuild
Submodule superbuild updated from 8ade4b to a166a0
Loading