Skip to content

Commit

Permalink
#83: Enable bindings in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepebay authored Jul 2, 2024
1 parent 012796d commit 645264f
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 @@ -47,6 +47,7 @@ def build_extension(self, ext):

cmake_args = ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=' + extdir,
'-DPYTHON_EXECUTABLE=' + sys.executable,
'-DVT_TV_PYTHON_BINDINGS_ENABLED=ON',
'-DVTK_DIR=' + vtk_dir,
'-DVT_TV_N_THREADS=' + str(n_threads)]

Expand Down

0 comments on commit 645264f

Please sign in to comment.