Skip to content

Commit

Permalink
CMakeLists - suffix 'asan' to ASAN package name (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
raramakr authored Aug 11, 2023
1 parent 59ee576 commit e2a306f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ add_subdirectory(tests/openvx_api_tests)

# set package information
set(CPACK_PACKAGE_VERSION ${VERSION})
set(CPACK_PACKAGE_NAME "mivisionx")
set(CPACK_PACKAGE_LICENSE "MIT")
set(CPACK_PACKAGE_CONTACT "MIVisionX Support <[email protected]>")
set(CPACK_PACKAGE_VENDOR "AMD ROCm")
Expand All @@ -164,9 +163,11 @@ set(CPACK_PACKAGE_GROUP "Development/Tools")
set(CPACK_PACKAGE_HOMEPAGE "https://gpuopen-professionalcompute-libraries.github.io/MIVisionX/")

if(ENABLE_ASAN_PACKAGING)
set(CPACK_PACKAGE_NAME "mivisionx-asan")
set(CPACK_DEBIAN_PACKAGE_DESCRIPTION "AMD MIVisionX address sanitizer libraries")
set(CPACK_RPM_PACKAGE_SUMMARY "AMD MIVisionX address sanitizer libraries")
else()
set(CPACK_PACKAGE_NAME "mivisionx")
set(CPACK_DEBIAN_PACKAGE_DESCRIPTION "AMD MIVisionX is a comprehensive Computer Vision and ML Inference Toolkit
MIVisionX toolkit is a set of comprehensive computer vision and machine intelligence libraries, \
utilities, and applications bundled into a single toolkit. AMD MIVisionX delivers highly \
Expand Down

0 comments on commit e2a306f

Please sign in to comment.