Building opencv 3.1 on windows - where do I specify the LAPACK library location?
问题 For building opencv 3.1 I'm using cmake with Visual Studio 2013. I downloaded the dependencies as shown here: http://docs.opencv.org/3.1.0/d3/d52/tutorial_windows_install.html While configuring cmake, the first thing it shows is: FP16: Compiler support is available A library with BLAS API not found. Please specify library location. LAPACK requires BLAS A library with LAPACK API not found. Please specify library location. The problem is, that I don't know how to specify the location. For the