Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Install contrib libraries #409

Merged
merged 1 commit into from
Feb 17, 2025
Merged

Install contrib libraries #409

merged 1 commit into from
Feb 17, 2025

Conversation

fdr400
Copy link
Contributor

@fdr400 fdr400 commented Jan 27, 2025

Resolves #408

To check:

$ cmake -S . -B build -DCMAKE_INSTALL_PREFIX=/usr/local
$ cmake --build build
$ cmake --install install

It installs:

-- Install configuration: "RelWithDebInfo"
-- Installing: /usr/local/lib/libclickhouse-cpp-lib.a
-- Installing: /usr/local/lib/libcityhash.a
-- Installing: /usr/local/lib/liblz4.a
-- Installing: /usr/local/lib/libzstdstatic.a
-- Installing: /usr/local/lib/libabsl_int128.a

@CLAassistant
Copy link

CLAassistant commented Jan 27, 2025

CLA assistant check
All committers have signed the CLA.

@Enmk
Copy link
Collaborator

Enmk commented Feb 17, 2025

Closing to re-open and re-trigger against latest master

@Enmk Enmk closed this Feb 17, 2025
@Enmk Enmk reopened this Feb 17, 2025
@Enmk Enmk merged commit f606f9a into ClickHouse:master Feb 17, 2025
27 of 32 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Impossible to link with statically built clickhouse-cpp-lib
3 participants