summarylogtreecommitdiffstats
path: root/fix_rocm_opencl_build_order.patch
blob: e253ff6cc4633be717117f7832e9406e8978f1a5 (plain)
1
2
3
4
5
6
7
8
9
10
diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt
index 62e2bf7..83e706d 100644
--- a/runtime/CMakeLists.txt
+++ b/runtime/CMakeLists.txt
@@ -72,3 +72,5 @@ endif()
 foreach(AMDGCN_DEP_TARGET ${AMDGCN_DEP_TARGETS})
   add_dependencies(oclruntime ${AMDGCN_DEP_TARGET})
 endforeach()
+
+add_dependencies(oclruntime oclrocm)