-
Notifications
You must be signed in to change notification settings - Fork 184
Blas error
Iacopo Masi edited this page Jan 3, 2018
·
1 revision
If you encounter this error
make[2]: *** No rule to make target '/usr/lib/libblas.so', needed by....
you may need to modified the file in extreme_3d_faces/modules/PoseExpr/CMakeLists.txt
to point to your path to /usr/lib/libblas.so
since it could be that this path does not exist on your machine.
A better way to do this would be dynamically searching the path with FIND_PACKAGE Cmake command.