Skip to content

Commit 1e4e7a8

Browse files
committed
fix: static ffi lib only
1 parent d11eeb6 commit 1e4e7a8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ endif ()
2424
corrosion_import_crate(MANIFEST_PATH vortex/Cargo.toml
2525
CRATES vortex-ffi
2626
FEATURES duckdb
27-
IMPORTED_CRATES vortex_ffi
27+
CRATE_TYPES staticlib
2828
)
2929

3030
set(EXTENSION_NAME ${TARGET_NAME}_extension)
@@ -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)