Skip to content

Commit

Permalink
Set extern dir for rocm-cmake download
Browse files Browse the repository at this point in the history
  • Loading branch information
lawruble13 authored Jul 28, 2021
1 parent d14df2e commit 440ddcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ endif()
find_package( ROCM 0.6 CONFIG PATHS /opt/rocm )
if(NOT ROCM_FOUND)
set( rocm_cmake_tag "master" CACHE STRING "rocm-cmake tag to download" )
set( PROJECT_EXTERN_DIR "${CMAKE_CURRENT_BINARY_DIR}/extern" )
file( DOWNLOAD https://github.com/RadeonOpenCompute/rocm-cmake/archive/${rocm_cmake_tag}.zip
${PROJECT_EXTERN_DIR}/rocm-cmake-${rocm_cmake_tag}.zip STATUS status LOG log)

Expand Down

0 comments on commit 440ddcb

Please sign in to comment.