We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11eeb6 commit 1e4e7a8Copy full SHA for 1e4e7a8
CMakeLists.txt
@@ -24,7 +24,7 @@ endif ()
24
corrosion_import_crate(MANIFEST_PATH vortex/Cargo.toml
25
CRATES vortex-ffi
26
FEATURES duckdb
27
- IMPORTED_CRATES vortex_ffi
+ CRATE_TYPES staticlib
28
)
29
30
set(EXTENSION_NAME ${TARGET_NAME}_extension)
@@ -47,11 +47,6 @@ target_link_libraries(${EXTENSION_NAME}
47
protobuf::libprotobuf
48
${SECURITY_FRAMEWORK}
49
50
-target_link_libraries(${LOADABLE_EXTENSION_NAME}
51
- vortex_ffi-static
52
- protobuf::libprotobuf
53
- ${SECURITY_FRAMEWORK}
54
-)
55
56
add_subdirectory(test)
57
0 commit comments