Skip to content

Commit

Permalink
Include FetchContent before usage (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
lawruble13 authored Oct 27, 2023
1 parent 2276f32 commit 91feea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/ROCmCMakeBuildToolsDependency.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ if(NOT ROCM_FOUND)
else()
set(SOURCE_SUBDIR_ARG)
endif()
include(FetchContent)
FetchContent_Declare(
rocm-cmake
URL https://github.com/RadeonOpenCompute/rocm-cmake/archive/refs/tags/rocm-5.2.0.tar.gz
Expand Down

0 comments on commit 91feea3

Please sign in to comment.