Another attempt at a travis fix.

This commit is contained in:
Tadas Baltrusaitis
2018-05-08 21:21:10 +01:00
parent 691137699e
commit 53018d09b5
2 changed files with 1 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ before_install:
brew install tbb;
brew tap homebrew/science;
brew install opencv3;
brew install openblas;
brew upgrade boost;
fi

View File

@@ -41,7 +41,6 @@
// OpenBLAS
#include <cblas.h>
#include <f77blas.h>
// dlib dependencies for face detection
#include <dlib/image_processing/frontal_face_detector.h>