Skip to content

Commit

Permalink
Add BUILD_PYTHON to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits committed Nov 13, 2018
1 parent a2f1fb9 commit f0fa469
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def build_cmake(self, ext):
'-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=' + str(lib_output_dir),
'-DCMAKE_BUILD_TYPE=' + config,
'-DPY_VERSION=' + '{v[0]}.{v[1]}'.format(v=version_info),
'-DBUILD_PYTHON=On',
'-DWARNINGS=Off'
]

Expand Down

0 comments on commit f0fa469

Please sign in to comment.