Update CMakeLists.txt

This commit is contained in:
alexey-milovidov 2019-04-24 01:59:17 +03:00 committed by GitHub
parent 0d931918ce
commit 80cc6de2d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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