2
0

SWDEV-394336 - Pass CMAKE_PREFIX_PATH. (#265)

Change-Id: I0d3f7c140559559283e362b728b0f8082d8716b8


[ROCm/hip-tests commit: 7d7b4ab075]
Este cometimento está contido em:
ROCm CI Service Account
2023-05-31 00:56:15 +05:30
cometido por GitHub
ascendente 9555293fe8
cometimento 3296306318
@@ -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