Skip to content

Commit

Permalink
Build static libraries during Python packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Sep 10, 2021
1 parent 06ba272 commit 664906f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
cmake_configure_options=[
f"-DPython3_EXECUTABLE:PATH={sys.executable}",
"-DFRAMEWORK_PACKAGE_FOR_PYPI:BOOL=ON",
"-DBUILD_SHARED_LIBS:BOOL=OFF",
# *_USE_*
"-DFRAMEWORK_USE_Catch2:BOOL=OFF",
"-DFRAMEWORK_USE_LieGroupControllers:BOOL=OFF",
Expand Down

0 comments on commit 664906f

Please sign in to comment.