Skip to content

Commit b2f6e2e

Browse files
committed
fix test/build_size_test.sh locally
[ghstack-poisoned]
1 parent 633a8cb commit b2f6e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cmake/executorch-config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# the contract of exposing these CMake variables.
2525

2626
cmake_minimum_required(VERSION 3.19)
27-
include("Utils.cmake")
27+
include("${CMAKE_CURRENT_LIST_DIR}/Utils.cmake")
2828

2929
set(_root "${CMAKE_CURRENT_LIST_DIR}/../../..")
3030
set(required_lib_list executorch executorch_core portable_kernels)

0 commit comments

Comments
 (0)