Skip to content

Commit

Permalink
Merge amd-staging into amd-master 20220929
Browse files Browse the repository at this point in the history
Signed-off-by: Hao Zhou <Hao.Zhou@amd.com>
Change-Id: I7bdd77db1483022e54f2f0566c3c7d3c915c2729
  • Loading branch information
Hao Zhou authored and Hao Zhou committed Sep 29, 2022
2 parents 0f02a3a + 9a650b1 commit b01855c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rocm_smi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,14 @@ target_include_directories(${ROCM_SMI_TARGET} PRIVATE
target_include_directories(${ROCM_SMI_TARGET}
PUBLIC
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>"
"$<INSTALL_INTERFACE:${ROCM_SMI}/include>"
"$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>"
)

if(FILE_REORG_BACKWARD_COMPATIBILITY)
target_include_directories(${ROCM_SMI_TARGET}
PUBLIC
"$<INSTALL_INTERFACE:${ROCM_SMI}/include>")
endif()

## Set the VERSION and SOVERSION values
set_property(TARGET ${ROCM_SMI_TARGET} PROPERTY
Expand Down

0 comments on commit b01855c

Please sign in to comment.