Skip to content

Commit

Permalink
Re-add patch for CK
Browse files Browse the repository at this point in the history
  • Loading branch information
groenenboomj committed Mar 19, 2024
1 parent d6d3579 commit 17c9fd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/external/composable_kernel.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
set(PATCH ${PROJECT_SOURCE_DIR}/patches/composable_kernel/Fix_Clang_Build.patch)

include(FetchContent)
FetchContent_Declare(composable_kernel
URL ${DEP_URL_composable_kernel}
URL_HASH SHA1=${DEP_SHA1_composable_kernel}
PATCH_COMMAND ${Patch_EXECUTABLE} --binary --ignore-whitespace -p1 < ${PATCH}
)

FetchContent_GetProperties(composable_kernel)
Expand Down

0 comments on commit 17c9fd2

Please sign in to comment.