mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fixed build [#CLICKHOUSE-2]
This commit is contained in:
parent
a107f113f1
commit
8eda273b02
@ -1,5 +1,9 @@
|
||||
enable_language (ASM)
|
||||
|
||||
if (COMPILER_CLANG)
|
||||
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-builtin-requires-header")
|
||||
endif ()
|
||||
|
||||
add_library (glibc-compatibility glibc-compatibility.c
|
||||
musl/pipe2.c
|
||||
musl/fallocate.c
|
||||
|
Loading…
Reference in New Issue
Block a user