Skip to content

Commit 8af5beb

Browse files
committed
Update
[ghstack-poisoned]
1 parent 5b7415a commit 8af5beb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/portable/custom_ops/test_custom_ops.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# EXIR to capture and export a model file. Then use `executor_runner` demo C++
1010
# binary to run the model.
1111

12-
set -e
12+
set -ex
1313

1414
# shellcheck source=/dev/null
1515
source "$(dirname "${BASH_SOURCE[0]}")/../../../.ci/scripts/utils.sh"

extension/evalue_util/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ target_compile_options(extension_evalue_util PUBLIC ${_common_compile_options})
2323
# Install libraries
2424
install(
2525
TARGETS extension_evalue_util
26+
EXPORT ExecuTorchTargets
2627
DESTINATION ${CMAKE_BINARY_DIR}/lib
2728
INCLUDES
2829
DESTINATION ${_common_include_directories}

0 commit comments

Comments
 (0)