SWDEV-394336 - Pass CMAKE_PREFIX_PATH. (#265)

Change-Id: I0d3f7c140559559283e362b728b0f8082d8716b8
This commit is contained in:
ROCm CI Service Account
2023-05-31 00:56:15 +05:30
committed by GitHub
parent 9726351ae8
commit 7d7b4ab075
@@ -1,7 +1,7 @@
### This will test HIP language support in upstream CMake
I. Build
mkdir -p build; cd build
rm -rf *; cmake ..
rm -rf *; cmake -DCMAKE_PREFIX_PATH=/opt/rocm/ ..
make
II. Test