mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 04:12:19 +00:00
Utils mempcy bench build when position independent code disabled
This commit is contained in:
parent
48e688737a
commit
d1446faa6b
@ -37,7 +37,8 @@ if (NOT DEFINED ENABLE_UTILS OR ENABLE_UTILS)
|
|||||||
add_subdirectory (keeper-data-dumper)
|
add_subdirectory (keeper-data-dumper)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
if (NOT OS_DARWIN)
|
# memcpy_jart.S contains position dependent code
|
||||||
|
if (NOT CMAKE_POSITION_INDEPENDENT_CODE AND NOT OS_DARWIN)
|
||||||
add_subdirectory (memcpy-bench)
|
add_subdirectory (memcpy-bench)
|
||||||
endif ()
|
endif ()
|
||||||
endif ()
|
endif ()
|
||||||
|
Loading…
Reference in New Issue
Block a user