Merge branch 'top_level_domain' of github.com:PerformanceVision/ClickHouse into top_level_domain

This commit is contained in:
Guillaume Tassery 2019-04-24 17:10:19 +07:00
commit bca8e45144

View File

@ -250,7 +250,7 @@ if (USE_INCLUDE_WHAT_YOU_USE)
endif()
endif ()
#Check if gperf was installed
# Check if gperf was installed
option (USE_GPERF "Use gperf function hash generator tool" ON)
if (USE_GPERF)
find_program(GPERF gperf)