Merge pull request #50385 from marising/add_boost_link

Link boost::context library to clickhouse_common_io
This commit is contained in:
Alexey Milovidov 2023-06-04 04:02:31 +03:00 committed by GitHub
commit 28862129a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -346,6 +346,7 @@ target_link_libraries(clickhouse_common_io
PUBLIC PUBLIC
boost::program_options boost::program_options
boost::system boost::system
boost::context
ch_contrib::cityhash ch_contrib::cityhash
ch_contrib::re2 ch_contrib::re2
ch_contrib::re2_st ch_contrib::re2_st