Skip to content

Commit

Permalink
try again disabling TBB tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusCausemann authored Jan 7, 2025
1 parent f44b434 commit 220c7dd
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 @@ -42,7 +42,7 @@ def build_extension(self, ext):
cmake_args = shlex.split(os.environ.get("CMAKE_ARGS", ""))
cmake_args += ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=' + extdir,
'-DPYTHON_EXECUTABLE=' + sys.executable,
'-DTBB_BUILD_TESTS=OFF'
'-DTBB_BUILD_TESTS=OFF', '-DTBB_TESTS=OFF'
]

cfg = 'Debug' if self.debug else 'Release'
Expand Down

0 comments on commit 220c7dd

Please sign in to comment.