Skip to content

Commit 043be0b

Browse files
committed
minor fix for cmake changes
Signed-off-by: Rob Elliott <[email protected]>
1 parent 8aaaf4b commit 043be0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/arm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ target_compile_options(vgf_backend PRIVATE -DUSE_VULKAN_WRAPPER -DUSE_VULKAN_VOL
8080

8181
target_link_libraries(vgf_backend PRIVATE executorch_core)
8282
target_link_libraries(vgf_backend PRIVATE vgf)
83-
target_link_options_shared_lib(vgf_backend)
83+
executorch_target_link_options_shared_lib(vgf_backend)
8484

8585
# end config for VGF builds
8686
endif()

0 commit comments

Comments
 (0)