-
Notifications
You must be signed in to change notification settings - Fork 853
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
Minor fixes in build logic #197
Conversation
The failures in Linux are due to network problems. |
Fails for 3.7 in MacOS are a CMake problem. Something changed in 3.7.3 library layout and CMake cannot find the library. The last release was built against 3.7.0. |
…support This reverts commit d4a5198. cmake 3.14 can't find py3 installation when "python" points to Python 3 while cmake 3.9 can
It turns out, CMake 3.9 preinstalled in |
Thanks. This looks ok, I'll merge if you don't have any additional changes coming in. |
Not yet. Not yet. :-) |
👍 Please create new PR for new changes. |
Various noncritical tidbits that have been bugging me. See commit messages for details.