mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
fix cmake
This commit is contained in:
parent
975e8575c7
commit
56f7f1df72
@ -1,3 +1,5 @@
|
|||||||
|
include (${ClickHouse_SOURCE_DIR}/cmake/add_check.cmake)
|
||||||
|
|
||||||
foreach (T longjmp siglongjmp)
|
foreach (T longjmp siglongjmp)
|
||||||
add_executable (${T} ${T}.c)
|
add_executable (${T} ${T}.c)
|
||||||
target_link_libraries (${T} glibc-compatibility)
|
target_link_libraries (${T} glibc-compatibility)
|
||||||
|
Loading…
Reference in New Issue
Block a user