mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fix FreeBSD build
This commit is contained in:
parent
76cf206efe
commit
fc4288d3ac
@ -1,5 +1,5 @@
|
||||
if (NOT TARGET ch_contrib::nuraft)
|
||||
message (${RECONFIGURE_MESSAGE_LEVEL} "Not building keeper-data-dumper due to nuraft is disabled")
|
||||
message (WARNING "Not building keeper-data-dumper due to nuraft is disabled")
|
||||
return ()
|
||||
endif ()
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
# memcpy_jart.S contains position dependent code
|
||||
if (CMAKE_POSITION_INDEPENDENT_CODE OR NOT OS_LINUX OR NOT ARCH_AMD64)
|
||||
message (WARNING "Not building memcpy-bench due to PIC enabled or not Linux or not x86")
|
||||
return ()
|
||||
endif ()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user