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
Просмотреть файл
@@ -22,7 +22,7 @@
* IN THE SOFTWARE.
*****************************************************************************/
#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"