Skip to content

Commit

Permalink
Dont install executables in ASAN builds since this cause package conf…
Browse files Browse the repository at this point in the history
…licts
  • Loading branch information
pfultz2 authored and lawruble13 committed Dec 1, 2023
1 parent 8905fe5 commit 2899527
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions share/rocmcmakebuildtools/cmake/ROCMInstallTargets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ function(rocm_install_targets)
set(export_arg EXPORT ${EXPORT_FILE})
if(T_TYPE STREQUAL "EXECUTABLE")
unset(export_arg)
if(ENABLE_ASAN_PACKAGING)
continue()
endif()
endif()
install(
TARGETS ${TARGET}
Expand Down

0 comments on commit 2899527

Please sign in to comment.