mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 17:44:23 +00:00
ddfea23804
If you will have the same header in both libraries you may have some tricky failures. And there is at least one header that exists in both: stdatomic.h Right now there is a workaround for this header, that allows to use C++ version of this header for C - the workaround is called "set _LIBCPP_COMPILER_CLANG_BASED not only for CXX" [1] and use include_next [2]. [1]: |
||
---|---|---|
.. | ||
CMakeLists.txt |