elucideye / acf

Aggregated Channel Feature object detection in C++ and OpenGL ES 2.0 based on https://github.com/pdollar/toolbox
BSD 3-Clause "New" or "Revised" License
49 stars 20 forks source link

Fix HunterGate inclusion #31

Closed ruslo closed 6 years ago

ruslo commented 6 years ago

'if(HUNTER_ENABLED)' is checking that option set outside in cache while building as a Hunter package. Hence 'HunterGate' should be moved after this check since HunterGate set HUNTER_ENABLED to ON if not set.