Skip to content

Commit

Permalink
Static build
Browse files Browse the repository at this point in the history
  • Loading branch information
anaegel authored May 14, 2024
1 parent 5236f5e commit 0fea930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
python_requires=">=3.10",
# cmake_source_dir="ugcore",
# cmake_args=['-DPARALLEL:BOOL=OFF','-DLimex:BOOL=ON', '-DCPU=1', '-DDIM=2']
cmake_args=['-DPARALLEL:BOOL=OFF','-DLimex:BOOL=OFF', '-DCPU=1', '-DDIM=2']
cmake_args=['-DPARALLEL:BOOL=OFF','-DLimex:BOOL=OFF', '-DCPU=1', '-DDIM=2', '-DSTATIC_BUILD:BOOL=ON']
)

0 comments on commit 0fea930

Please sign in to comment.