mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Merge pull request #35832 from tonickkozlov/patch-1
Do not build krb5 if ENABLE_LIBRARIES is not set
This commit is contained in:
commit
9e2f0d25f3
@ -1,4 +1,4 @@
|
|||||||
set (ENABLE_KRB5_DEFAULT 1)
|
set (ENABLE_KRB5_DEFAULT ${ENABLE_LIBRARIES})
|
||||||
if (NOT CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT (CMAKE_SYSTEM_NAME MATCHES "Darwin" AND NOT CMAKE_CROSSCOMPILING))
|
if (NOT CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT (CMAKE_SYSTEM_NAME MATCHES "Darwin" AND NOT CMAKE_CROSSCOMPILING))
|
||||||
message (WARNING "krb5 disabled in non-Linux and non-native-Darwin environments")
|
message (WARNING "krb5 disabled in non-Linux and non-native-Darwin environments")
|
||||||
set (ENABLE_KRB5_DEFAULT 0)
|
set (ENABLE_KRB5_DEFAULT 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user