-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Travis builds fail due to CMake version #46
Comments
We use homebrew to update CMake on macOS builds. However, this seems to fail as
I need to look into this. |
I removed the older Xcode builders. If Travis succeeds, I'll re-trigger the PRs. |
Should new PRs be branched out from develop? Or will these changes be merged back into master? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CMakeLists file declares that minimum supported is 3.8, but on Travis it seems that osx_image: xcode8 has version 3.6.1.
On develop branch xcode8 is not part of the test build, so it makes sense to remove it for pull requests as well.
This is the cause why following PRs failed:
The text was updated successfully, but these errors were encountered: