We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae40f1 commit 8a0c98dCopy full SHA for 8a0c98d
extension/runner_util/CMakeLists.txt
@@ -1,5 +1,6 @@
1
# Copyright (c) Meta Platforms, Inc. and affiliates.
2
# All rights reserved.
3
+# Copyright 2025 Arm Limited and/or its affiliates.
4
#
5
# This source code is licensed under the BSD-style license found in the
6
# LICENSE file in the root directory of this source tree.
@@ -28,7 +29,7 @@ target_compile_options(extension_runner_util PUBLIC ${_common_compile_options})
28
29
install(
30
TARGETS extension_runner_util
31
EXPORT ExecuTorchTargets
- DESTINATION ${CMAKE_BINARY_DIR}/lib
32
+ DESTINATION lib
33
INCLUDES
34
DESTINATION ${_common_include_directories}
35
)
0 commit comments