Skip to content

Commit 6730966

Browse files
committed
fix: don't double link
1 parent d11eeb6 commit 6730966

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ target_link_libraries(${EXTENSION_NAME}
4747
protobuf::libprotobuf
4848
${SECURITY_FRAMEWORK}
4949
)
50-
target_link_libraries(${LOADABLE_EXTENSION_NAME}
51-
vortex_ffi-static
52-
protobuf::libprotobuf
53-
${SECURITY_FRAMEWORK}
54-
)
5550

5651
add_subdirectory(test)
5752

0 commit comments

Comments
 (0)