Let it compile when pmix is not found (#185)

[ROCm/rocshmem commit: 0c40bc58d8]
This commit is contained in:
Aurelien Bouteiller
2025-07-02 17:02:43 -04:00
committed by GitHub
parent c4d3488f62
commit 63da8a137f
2 changed files with 2 additions and 2 deletions
@@ -90,7 +90,7 @@ endif()
target_compile_definitions(
${PROJECT_NAME}
PRIVATE
$<$<BOOL:HAVE_PMIX>:HAVE_PMIX=1>
$<$<BOOL:${PMIx_FOUND}>:HAVE_PMIX=1>
)
target_include_directories(