mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Merge pull request #6886 from amosbird/cmp0075
Fix build error when cmake_minimum_required(3.12)
This commit is contained in:
commit
af4af8bc6a
@ -124,3 +124,7 @@ CHECK_CXX_SOURCE_COMPILES("
|
|||||||
}"
|
}"
|
||||||
NEEDS_Z_PREFIX
|
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