File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,9 +130,9 @@ if(NOT WIN32 AND ROCRAND_USE_TBB)
130
130
message (WARNING "TBB is not found. Building without parallel STL support" )
131
131
else ()
132
132
target_link_libraries (rocrand PRIVATE TBB::tbb)
133
- rocm_package_add_deb_dependencies("libtbb-dev" )
134
- set (CPACK_DEB_PACKAGE_REQUIRES "${CPACK_DEB_PACKAGE_REQUIRES } " PARENT_SCOPE)
135
- rocm_package_add_rpm_dependencies("(tbb-devel or tbb)" )
133
+ rocm_package_add_deb_dependencies(DEPENDS "libtbb-dev" )
134
+ set (CPACK_DEBIAN_PACKAGE_DEPENDS "${CPACK_DEBIAN_PACKAGE_DEPENDS } " PARENT_SCOPE)
135
+ rocm_package_add_rpm_dependencies(DEPENDS "(tbb-devel or tbb)" )
136
136
set (CPACK_RPM_PACKAGE_REQUIRES "${CPACK_RPM_PACKAGE_REQUIRES} " PARENT_SCOPE)
137
137
138
138
# Older libstdc++ headers require TBB to be installed to be able to #include <execution>
You can’t perform that action at this time.
0 commit comments