ROCm / rocm-cmake

CMake modules used within the ROCm libraries
https://rocm.docs.amd.com/projects/ROCmCMakeBuildTools/en/latest/
MIT License
62 stars 43 forks source link

Set the correct include directory on interface target #233

Open pfultz2 opened 1 month ago

pfultz2 commented 1 month ago

When installing PRIVATE targets the include path is not $<INSTALL_PREFIX>/include, so we need to use the INCLUDE_INSTALL_DIR variable.