ClickHouse/cmake/Modules
proller 77bd2624ea Build fixes (#6016)
* Fix building without submodules

* Fix more gcc9 warnings

* was wrong!
../dbms/src/IO/WriteBufferAIO.cpp:277:54: error: result of comparison 'ssize_t' (aka 'long') > 9223372036854775807 is always false [-Werror,-Wtautological-type-limit-compare]
    if ((static_cast<ssize_t>(flush_buffer.offset()) > std::numeric_limits<off_t>::max()) ||
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* mimalloc off MI_OVERRIDE

* Fix freebsd build

* Fix shared build

* Fix build in gcc9

* Fix split build

* fix

* fix

* fix

* fix

* clean

* zstd

* Update CMakeLists.txt

* Update Defines.h

* Try fix -Wsign-compare

* Freebsd fix

* Add missing libs

* Fix double-conversion include for copy-headers

* Fix zlib link

* Fix includes for arcadia

* Fix includes for arcadia

* Fix includes for arcadia

* Freebsd fix

* Arcadia fixes

* Update QueryProfiler.cpp

* Freebsd fix

* clean

* 19.11: Fixes for arcadia porting (#6223)

* fix glibc-compatibility

* M_LIBRARY fix

* wip

* Fix

* Fix arm build

* unwind fix

* Update CMakeLists.txt
2019-08-04 03:19:03 +03:00
..
FindArrow.cmake Update submodules since parquet is a part of arrow 2018-09-30 22:02:40 +03:00
Findbtrie.cmake Cmake: link ltdl with pocoodbc static only. rename ARM -> ARCH_ARM (#1083) 2017-08-09 23:52:55 +03:00
Findcityhash.cmake Cmake: link ltdl with pocoodbc static only. rename ARM -> ARCH_ARM (#1083) 2017-08-09 23:52:55 +03:00
Finddouble-conversion.cmake Freebsd fixes: fix build with libc++, fix find system lib double-conversion (#1109) 2017-08-17 00:01:43 +03:00
Findfarmhash.cmake Cmake: link ltdl with pocoodbc static only. rename ARM -> ARCH_ARM (#1083) 2017-08-09 23:52:55 +03:00
FindGperftools.cmake cmake: USE_INTERNAL_ZLIB_LIBRARY (#463) 2017-02-08 01:28:13 +04:00
FindICU.cmake Fix icu link #3631 (#3671) 2018-11-27 18:34:21 +03:00
FindJeMalloc.cmake Allow link with jemalloc (#404) 2017-01-28 00:00:02 +04:00
Findmetrohash.cmake Update contrib/libmetrohash 2019-01-28 17:00:50 +03:00
FindODBC.cmake Build fixes (#6016) 2019-08-04 03:19:03 +03:00
FindParquet.cmake Update submodules since parquet is a part of arrow 2018-09-30 22:02:40 +03:00
FindPoco.cmake Prepare cmake for new contrib/poco (#5062) 2019-04-25 00:33:04 +03:00