SWDEV-407953: Adding Patch Version from ROCm Standard Option
ROCm Packaging uses ROCM_PATCH_VERSION as a standard option to add the patch version which determines the rocm release for different libraries versions Change-Id: If335f9095b069edd4ab6c29a4eb7349552fd47f3
This commit is contained in:
committed by
Ammar Elwazir
parent
77988ac0b2
commit
c15ad661fa
@@ -229,7 +229,7 @@ set_target_properties(
|
||||
${ROCPROFILER_TARGET}
|
||||
PROPERTIES CXX_VISIBILITY_PRESET hidden
|
||||
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib
|
||||
VERSION 1.0.0
|
||||
VERSION 1.0.${PROJECT_VERSION_PATCH}
|
||||
SOVERSION 1)
|
||||
|
||||
# As ROCR hsa_api_trace header file is not usable unless AMD_INTERNAL_BUILD is defined
|
||||
|
||||
Reference in New Issue
Block a user