-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMakeLists - suffix 'asan' to ASAN package name (#1168)
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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") | ||
|
@@ -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 \ | ||
|