We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eace2b8 commit 5dc9e95Copy full SHA for 5dc9e95
cpp/CMakeLists.txt
@@ -152,8 +152,6 @@ else()
152
find_package(RAFT REQUIRED)
153
endif()
154
155
-find_package(TBB REQUIRED)
156
-
157
FetchContent_Declare(
158
papilo
159
GIT_REPOSITORY "https://github.com/scipopt/papilo.git"
python/cuopt/CMakeLists.txt
@@ -33,7 +33,6 @@ project(
33
34
find_package(cuopt ${cuopt_version})
35
find_package(mps_parser ${cuopt_version})
36
37
38
include(rapids-cython-core)
39
rapids_cython_init()
0 commit comments