Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lawruble13 committed Jul 19, 2024
1 parent 6efc01f commit d6fae3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ if(NOT WIN32 AND ROCRAND_USE_TBB)
else()
target_link_libraries(rocrand PRIVATE TBB::tbb)
rocm_package_add_deb_dependencies(DEPENDS "libtbb-dev")
set(CPACK_DEBIAN_PACKAGE_DEPENDSS "${CPACK_DEBIAN_PACKAGE_DEPENDSS}" PARENT_SCOPE)
set(CPACK_DEBIAN_PACKAGE_DEPENDS "${CPACK_DEBIAN_PACKAGE_DEPENDS}" PARENT_SCOPE)
rocm_package_add_rpm_dependencies(DEPENDS "(tbb-devel or tbb)")
set(CPACK_RPM_PACKAGE_REQUIRES "${CPACK_RPM_PACKAGE_REQUIRES}" PARENT_SCOPE)

Expand Down

0 comments on commit d6fae3e

Please sign in to comment.