cmake: USE_INTERNAL_H3_LIBRARY is always ON by default

as I don't know any system with package for it

Signed-off-by: Konstantin Podshumok <kpp.live+signed@gmail.com>
This commit is contained in:
Konstantin Podshumok 2020-08-16 06:43:36 +03:00
parent e101db600c
commit 2c9c7c9e95
No known key found for this signature in database
GPG Key ID: 7EA5D4784D5BB847

View File

@ -6,7 +6,8 @@ if(NOT ENABLE_H3)
return()
endif()
option(USE_INTERNAL_H3_LIBRARY "Set to FALSE to use system h3 library instead of bundled" ${NOT_UNBUNDLED})
option(USE_INTERNAL_H3_LIBRARY "Set to FALSE to use system h3 library instead of bundled"
ON) # we are not aware of any distribution that provides h3 package
if(NOT EXISTS "${ClickHouse_SOURCE_DIR}/contrib/h3/src/h3lib/include/h3Index.h")
if(USE_INTERNAL_H3_LIBRARY)