mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fix build error when cmake_minimum_required(3.12)
This commit is contained in:
parent
aa0e3fd0d1
commit
7b30835b13
@ -124,3 +124,7 @@ CHECK_CXX_SOURCE_COMPILES("
|
||||
}"
|
||||
NEEDS_Z_PREFIX
|
||||
)
|
||||
|
||||
# See https://cmake.org/cmake/help/v3.14/policy/CMP0075.html. Without unsetting it breaks thrift.
|
||||
set(CMAKE_REQUIRED_INCLUDES)
|
||||
set(CMAKE_REQUIRED_LIBRARIES)
|
||||
|
Loading…
Reference in New Issue
Block a user