Skip to content

Commit

Permalink
Merge branch 'main' into Jamie-Cui-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie-Cui authored Oct 31, 2024
2 parents 7a0c1ef + 751dbd0 commit f2b18c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ExternalFourQ.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ExternalProject_Add(
URL ${YACL_EXT_FOURQ_URL}
URL_HASH SHA256=${YACL_EXT_FOURQ_SHA256}
BUILD_IN_SOURCE true
PATCH_COMMAND patch -p1 -l -i
PATCH_COMMAND patch -p1 -l --binary -i
${PROJECT_SOURCE_DIR}/bazel/patches/FourQlib.patch
CONFIGURE_COMMAND "" # no configure
BUILD_COMMAND ${YACL_EXT_FOURQ_BUILD_COMMAND}
Expand Down

0 comments on commit f2b18c4

Please sign in to comment.