Skip to content

Commit

Permalink
setup new
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhmark committed Aug 24, 2024
1 parent 15556f9 commit 5ad13d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ name: documentation
on:
push:
# Alternative: only build for tags.
tags:
- 'v*'

# security: restrict permissions for CI jobs.
permissions:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def main():
'3rdparty/libtiff',
source_dir=str(Path('3rdparty/libtiff').absolute()),
cmake_configure_options=['-DBUILD_SHARED_LIBS=OFF', '-Dtiff-tests=OFF', '-Dtiff-tools=OFF', '-Dtiff-docs=OFF', '-Dmdi=OFF',
['-Djpeg=OFF', '-Dzlib=OFF', '-Dzstd=OFF', '-Dlzma=OFF', '-Djbig=OFF', '-Dwebp=OFF']
'-Djpeg=OFF', '-Dzlib=OFF', '-Dzstd=OFF', '-Dlzma=OFF', '-Djbig=OFF', '-Dwebp=OFF']
)] + extensions,
cmdclass=dict(
# Enable the CMakeExtension entries defined above
Expand Down

0 comments on commit 5ad13d5

Please sign in to comment.