rocshmem_config.h has a different include path when installed and built-dir (#186)

* rocshmem_config.h needs to be in a similar directory structure for
includes to work when building testers in build, and from an installed
library

* Do not change installed rocshmem.hpp
이 커밋은 다음에 포함됨:
Aurelien Bouteiller
2025-07-02 16:51:38 -04:00
커밋한 사람 GitHub
부모 6dba253890
커밋 63a79892b2
27개의 변경된 파일30개의 추가작업 그리고 29개의 파일을 삭제
+1 -1
파일 보기
@@ -26,7 +26,7 @@
#include <mpi.h>
#include "rocshmem_config.h" // NOLINT(build/include_subdir)
#include "rocshmem/rocshmem_config.h" // NOLINT(build/include_subdir)
#include "backend_bc.hpp"
#include "context_incl.hpp"
#include "util.hpp"