ClickHouse / clickhouse-odbc

ODBC driver for ClickHouse
https://clickhouse.tech
Apache License 2.0
246 stars 88 forks source link

Add CMake configuration options that control static vs dynamic linking of odbc libs. #245

Open traceon opened 4 years ago

traceon commented 4 years ago

Currently, there are:

Need to add:

And make sure all of these can be enabled independently, and actually being tested in CI. CI jobs with compilation and testing could be added in the scope of #230.

alexey-milovidov commented 2 months ago

Only static linking should be supported, so the resulting dynamic library is hermetic and self-contained.