Skip to content

Commit 5dc9e95

Browse files
committed
Remove tbb find package
1 parent eace2b8 commit 5dc9e95

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

cpp/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ else()
152152
find_package(RAFT REQUIRED)
153153
endif()
154154

155-
find_package(TBB REQUIRED)
156-
157155
FetchContent_Declare(
158156
papilo
159157
GIT_REPOSITORY "https://github.com/scipopt/papilo.git"

python/cuopt/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ project(
3333

3434
find_package(cuopt ${cuopt_version})
3535
find_package(mps_parser ${cuopt_version})
36-
find_package(TBB REQUIRED)
3736

3837
include(rapids-cython-core)
3938
rapids_cython_init()

0 commit comments

Comments
 (0)