I'm not able to build refu using Unix makefiles, but it works when using Ninja as the build system (cmake -G ninja ..).
With Unix makefiles it will not scan the target directories for gperf files and will not generate them.
$ cmake --version
cmake version 3.7.2
$ make --version
GNU Make 3.81
$ ninja --version
1.7.2
I'm not able to build refu using Unix makefiles, but it works when using Ninja as the build system (
cmake -G ninja ..).With Unix makefiles it will not scan the target directories for
gperffiles and will not generate them.