Skip to content

Commit caf2545

Browse files
committed
clean up CMakeLists
1 parent d1f627f commit caf2545

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

extension/android/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ if(EXECUTORCH_BUILD_LLAMA_JNI)
5858
add_library(llama_runner STATIC IMPORTED)
5959
set_property(TARGET llama_runner PROPERTY IMPORTED_LOCATION ${LLAMA_RUNNER_PATH})
6060

61-
# set(CUSTOM_OPS_LIB_PATH ${CMAKE_CURRENT_BINARY_DIR}/../../examples/models/llama2/custom_ops/libcustom_ops_lib.a)
62-
# add_library(custom_ops_lib STATIC IMPORTED)
63-
# set_property(TARGET custom_ops_lib PROPERTY IMPORTED_LOCATION ${CUSTOM_OPS_LIB_PATH})
64-
# target_link_options_shared_lib(custom_ops_lib)
65-
6661
set(CUSTOM_OPS_PATH ${CMAKE_CURRENT_BINARY_DIR}/../../examples/models/llama2/custom_ops/libcustom_ops.a)
6762
add_library(custom_ops STATIC IMPORTED)
6863
set_property(TARGET custom_ops PROPERTY IMPORTED_LOCATION ${CUSTOM_OPS_PATH})

0 commit comments

Comments
 (0)