Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion cmake/externals/blingfire.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
set(blingfire_patches
"${PROJECT_SOURCE_DIR}/cmake/externals/blingfire_cmake.patch"
"${PROJECT_SOURCE_DIR}/cmake/externals/blingfire_s390x.patch")
Comment on lines +1 to +3

FetchContent_Declare(
Blingfire
GIT_REPOSITORY https://github.com/microsoft/BlingFire.git
GIT_TAG 0831265c1aca95ca02eca5bf1155e4251e545328
EXCLUDE_FROM_ALL
PATCH_COMMAND git checkout . && git apply --ignore-space-change --ignore-whitespace ${PROJECT_SOURCE_DIR}/cmake/externals/blingfire_cmake.patch)
PATCH_COMMAND git checkout . && git apply --ignore-space-change --ignore-whitespace ${blingfire_patches})

FetchContent_MakeAvailable(Blingfire)
set_target_properties(bingfirtinydll_static PROPERTIES FOLDER
Expand Down
Loading