Skip to content

Commit ff7746c

Browse files
David SalinasDavid Salinas
authored andcommitted
Remove ncurses dependency
Change-Id: Ia76b5d0ad3683d390046dd81b85541f1e668a4a5
1 parent 9e410ee commit ff7746c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

amd/comgr/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -493,11 +493,11 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
493493
set(CPACK_RPM_AMD-COMGR_PACKAGE_NAME comgr-static-devel)
494494
endif()
495495
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")
498498
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")
501501
endif()
502502
if(DEFINED ENV{CPACK_RPM_PACKAGE_RELEASE})
503503
set(CPACK_RPM_PACKAGE_RELEASE $ENV{CPACK_RPM_PACKAGE_RELEASE})

0 commit comments

Comments
 (0)