Skip to content

Commit

Permalink
add cache option DISABLE_LARGE_TXN_OPS (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: mingyue <[email protected]>
  • Loading branch information
mingyueliuh and mingyue authored Nov 12, 2024
1 parent 8e44276 commit 9ce1682
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/deps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ set(PACK_XCLBIN_PATH "" CACHE STRING "list of xclbin files")
set(ENABLE_BUILD_VOE_WHEEL OFF CACHE BOOL "internal used only" FORCE)
set(INSTALL_USER ON CACHE BOOL "internal used only" FORCE)
set(ENABLE_XRT_SHARED_CONTEXT ON CACHE BOOL "internal used only" FORCE)
set(DISABLE_LARGE_TXN_OPS ON CACHE BOOL "Disable large txn binaries in the package")
## make them available.
find_package(unilog)
find_package(Protobuf)
Expand Down

0 comments on commit 9ce1682

Please sign in to comment.