Skip to content

Commit da7a700

Browse files
committed
fix: remove openssl dependency and unused functions
1 parent f056022 commit da7a700

File tree

7 files changed

+201
-381
lines changed

7 files changed

+201
-381
lines changed

.github/workflows/_extension_deploy.yml

Lines changed: 0 additions & 121 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ set(TARGET_NAME chsql)
44
# DuckDB's extension distribution supports vcpkg. As such, dependencies can be added in ./vcpkg.json and then
55
# used in cmake with find_package. Feel free to remove or replace with other dependencies.
66
# Note that it should also be removed from vcpkg.json to prevent needlessly installing it..
7-
find_package(OpenSSL REQUIRED)
87
set(EXTENSION_NAME ${TARGET_NAME}_extension)
98
set(LOADABLE_EXTENSION_NAME ${TARGET_NAME}_loadable_extension)
109
project(${TARGET_NAME})

0 commit comments

Comments
 (0)