summarylogtreecommitdiffstats
path: root/build-fixes.patch
diff options
context:
space:
mode:
authorlilac2019-10-31 07:36:53 +0800
committerlilac2019-10-31 07:36:53 +0800
commit604e1ccb049014719610d1a3e186faa0297fe515 (patch)
tree9a4d56064e4798f6fbe06c2d0bd566415c04c13a /build-fixes.patch
parentee207ed7a515d21c934911be4e7a51f3d30a27a0 (diff)
downloadaur-604e1ccb049014719610d1a3e186faa0297fe515.tar.gz
update by lilac
Diffstat (limited to 'build-fixes.patch')
-rw-r--r--build-fixes.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/build-fixes.patch b/build-fixes.patch
index be8a75d6b2a8..2ab78eb750a2 100644
--- a/build-fixes.patch
+++ b/build-fixes.patch
@@ -26,20 +26,20 @@ index 96c89fef..0e37e487 100644
@@ -282,8 +274,6 @@ set(ONNXRUNTIME_INCLUDE_DIR ${REPO_ROOT}/include/onnxruntime)
+ set(ONNXRUNTIME_INCLUDE_DIR ${REPO_ROOT}/include/onnxruntime)
add_subdirectory(external/date EXCLUDE_FROM_ALL)
- add_subdirectory(external/gsl EXCLUDE_FROM_ALL)
-add_subdirectory(external/re2 EXCLUDE_FROM_ALL)
-set_target_properties(re2 PROPERTIES FOLDER "External/re2")
- add_library(gsl ALIAS GSL)
# bounds checking behavior.
+ # throw instead of calling terminate if there's a bounds checking violation.
@@ -306,7 +296,7 @@ function(onnxruntime_add_include_to_target dst_target)
endforeach()
endfunction()
--set(onnxruntime_EXTERNAL_DEPENDENCIES gsl onnx_proto re2)
-+set(onnxruntime_EXTERNAL_DEPENDENCIES gsl onnx_proto)
+-set(onnxruntime_EXTERNAL_DEPENDENCIES onnx_proto re2)
++set(onnxruntime_EXTERNAL_DEPENDENCIES onnx_proto)
# TVM
if (onnxruntime_USE_TVM)