Skip to content

Commit 8a0c98d

Browse files
committed
Make extension_runner_util install relative
Signed-off-by: Adrian Lundell <adrian.lundell@arm.com> Change-Id: I3217fbfa005b317080ca030774153002a5901546
1 parent 5ae40f1 commit 8a0c98d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extension/runner_util/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Copyright (c) Meta Platforms, Inc. and affiliates.
22
# All rights reserved.
3+
# Copyright 2025 Arm Limited and/or its affiliates.
34
#
45
# This source code is licensed under the BSD-style license found in the
56
# LICENSE file in the root directory of this source tree.
@@ -28,7 +29,7 @@ target_compile_options(extension_runner_util PUBLIC ${_common_compile_options})
2829
install(
2930
TARGETS extension_runner_util
3031
EXPORT ExecuTorchTargets
31-
DESTINATION ${CMAKE_BINARY_DIR}/lib
32+
DESTINATION lib
3233
INCLUDES
3334
DESTINATION ${_common_include_directories}
3435
)

0 commit comments

Comments
 (0)