Skip to content

Instantly share code, notes, and snippets.

@ulyssesrr
Last active March 17, 2019 03:55
Show Gist options
  • Save ulyssesrr/e8dc5574d58d140531e515ccefd43a39 to your computer and use it in GitHub Desktop.
Save ulyssesrr/e8dc5574d58d140531e515ccefd43a39 to your computer and use it in GitHub Desktop.
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment