Skip to content

Commit

Permalink
Update ExternalFourQ.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie-Cui authored Oct 31, 2024
1 parent 26b72c5 commit 751dbd0
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 751dbd0

Please sign in to comment.