From 80cc6de2d057524bfce778ab57787f4bc3fecab6 Mon Sep 17 00:00:00 2001 From: alexey-milovidov Date: Wed, 24 Apr 2019 01:59:17 +0300 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 01506b6d9fc..5376314641e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)