mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 17:44:23 +00:00
efe661b620
* Try fix travis * fix * Fix clickhouse-local shared-split link * fix * fix * fix * Build fixes * Fix tinfo * fix * tinfo -> termcap
6 lines
166 B
CMake
6 lines
166 B
CMake
find_library (TERMCAP_LIBRARY termcap)
|
|
if (NOT TERMCAP_LIBRARY)
|
|
find_library (TERMCAP_LIBRARY tinfo)
|
|
endif()
|
|
message (STATUS "Using termcap: ${TERMCAP_LIBRARY}")
|