Skip to content
Snippets Groups Projects
Commit ffd021ff authored by misaka00251's avatar misaka00251
Browse files

Fix cmake

parent 9bca21c9
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ do
-DCMAKE_C_COMPILER=%{_libdir}/llvm%{maj_ver}/bin/clang \
-DCMAKE_FIND_ROOT_PATH=%{_libdir}/llvm%{maj_ver} \
-DCMAKE_CXX_COMPILER=%{_bindir}/hipcc \
-DCMAKE_CXX_FLAGS="--rocm-device-lib-path=%{_prefix}/lib/clang/%{maj_ver}/amdgcn/bitcode"
-DCMAKE_CXX_FLAGS="--rocm-device-lib-path=%{_prefix}/lib/clang/%{maj_ver}/amdgcn/bitcode" \
%endif
%if %{with test}
-DBUILD_CLIENTS_BENCHMARKS=%{build_test} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment