mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Update tools.cmake
This commit is contained in:
parent
252627ea8c
commit
b11e876323
@ -75,9 +75,11 @@ endif ()
|
||||
|
||||
if (LINKER_NAME)
|
||||
message(STATUS "Using linker: ${LINKER_NAME}")
|
||||
else()
|
||||
elseif (NOT ARCH_S390X AND NOT OS_FREEBSD)
|
||||
message (FATAL_ERROR "The only supported linker is LLVM's LLD, but we cannot find it.")
|
||||
endif()
|
||||
else ()
|
||||
message(STATUS "Using linker: <default>")
|
||||
endif ()
|
||||
|
||||
# Archiver
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user