Skip to content

Commit

Permalink
Removed cmake option
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaZhu committed Jun 21, 2024
1 parent e2ef272 commit 046fae2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,8 @@ def install_ceres(install_dir: Path):
cmake_command = [
'cmake',
CMAKE_PREFIX_PATH,
"-Dopenmp=OFF",
f'SUITESPARSE_LIBRARY_DIR_HINTS={install_dir}',
f'-DTBB_ROOT={os.environ["TBB_ROOT"]}',
# f'-DTBB_ROOT={os.environ["TBB_ROOT"]}',

ceres_source_dir.as_posix()
]
Expand Down

0 comments on commit 046fae2

Please sign in to comment.