-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated OpenFaceConfig.cmake #730
base: develop
Are you sure you want to change the base?
Conversation
Could you make the PR against the develop branch? I'm planning on integrating changes from develop to master soon. It changed the CMake files a reasonable amount. |
Could you make this PR into develop rather than master branch? The develop has changed quite a bit compared to master in terms of CMake, this will also ensure that the CI tests are passing (the CI checks on master are now a bit out of date) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed merge branch to develop as requested.
The Continuous Integration checks are failing. Have you merged the newest master of OpenFace into your master? |
I was having trouble using the config for cmake because the set_and_check function was checking if a given file existed, but it was called with a list of files. Updated the config file so that it only checks for the OpenFace headers. Also updated the versions of the dependencies. They didn't seem to match the installation instructions for Ubuntu.