liuruoze / EasyPR

(CGCSTCD'2017) An easy, flexible, and accurate plate recognition project for Chinese licenses in unconstrained situations. CGCSTCD = China Graduate Contest on Smart-city Technology and Creative Design
Apache License 2.0
6.36k stars 2.51k forks source link

CMakeLists.txt: mac: use default opencv install path #287

Open lzufalcon opened 6 years ago

lzufalcon commented 6 years ago

the 'brew' command installs a default symbol link: /usr/local/opt/opencv for any new installed opencv version, using it instead of the one with version number is better, because it avoids modifying this setting manually.

Signed-off-by: Wu Zhangjin wuzhangjin@gmail.com