mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Fix data in system.build_options
This commit is contained in:
parent
d412abb46e
commit
364b8ec5ee
@ -30,9 +30,9 @@ const char * auto_config_build[]
|
||||
"USE_RDKAFKA", "@USE_RDKAFKA@",
|
||||
"USE_CAPNP", "@USE_CAPNP@",
|
||||
"USE_EMBEDDED_COMPILER", "@USE_EMBEDDED_COMPILER@",
|
||||
"USE_Poco_DataODBC", "@Poco_DataODBC_FOUND",
|
||||
"USE_Poco_MongoDB", "@Poco_MongoDB_FOUND",
|
||||
"USE_Poco_NetSSL", "@Poco_NetSSL_FOUND",
|
||||
"USE_Poco_DataODBC", "@Poco_DataODBC_FOUND@",
|
||||
"USE_Poco_MongoDB", "@Poco_MongoDB_FOUND@",
|
||||
"USE_Poco_NetSSL", "@Poco_NetSSL_FOUND@",
|
||||
|
||||
nullptr, nullptr
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user