Skip to content

Commit ebdd24f

Browse files
committed
Fix OSS CI macos test-custom-ops-macos
1 parent a33936b commit ebdd24f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/executorch-config.cmake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
cmake_minimum_required(VERSION 3.19)
1414

1515
set(_root "${CMAKE_CURRENT_LIST_DIR}/../..")
16-
set(required_lib_list executorch executorch_no_prim_ops portable_kernels)
16+
set(required_lib_list executorch executorch_no_prim_ops
17+
executorch_no_prim_ops_shared portable_kernels
18+
)
1719
foreach(lib ${required_lib_list})
1820
set(lib_var "LIB_${lib}")
1921
add_library(${lib} STATIC IMPORTED)

0 commit comments

Comments
 (0)