File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -493,11 +493,11 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
493
493
set (CPACK_RPM_AMD-COMGR_PACKAGE_NAME comgr-static-devel )
494
494
endif ()
495
495
if (LLVM_LINK_LLVM_DYLIB )
496
- set (CPACK_RPM_PACKAGE_REQUIRES "ncurses, rocm-core, rocm-llvm-core" )
497
- set (CPACK_RPM_ASAN_PACKAGE_REQUIRES "ncurses, rocm-core-asan, rocm-llvm-core" )
496
+ set (CPACK_RPM_PACKAGE_REQUIRES " rocm-core, rocm-llvm-core" )
497
+ set (CPACK_RPM_ASAN_PACKAGE_REQUIRES "rocm-core-asan, rocm-llvm-core" )
498
498
else ()
499
- set (CPACK_RPM_PACKAGE_REQUIRES "ncurses, rocm-core" )
500
- set (CPACK_RPM_ASAN_PACKAGE_REQUIRES "ncurses, rocm-core-asan" )
499
+ set (CPACK_RPM_PACKAGE_REQUIRES "rocm-core" )
500
+ set (CPACK_RPM_ASAN_PACKAGE_REQUIRES "rocm-core-asan" )
501
501
endif ()
502
502
if (DEFINED ENV{CPACK_RPM_PACKAGE_RELEASE} )
503
503
set (CPACK_RPM_PACKAGE_RELEASE $ENV{CPACK_RPM_PACKAGE_RELEASE} )
You can’t perform that action at this time.
0 commit comments