-
Notifications
You must be signed in to change notification settings - Fork 137
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
Made changes in CMakeLists.txt file #342
Made changes in CMakeLists.txt file #342
Conversation
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.
Thanks! Would you like to check for this in examples and check for inconsistencies? In examples we use minimum version 3.11, is there a reason to use 3.10?
The error in mac is: The Ubuntu build is showing a test failure in the sparse sampling test. And I'll change the version from 3.10 to 3.11. |
This is fixed, please merge with develop.
Yes, this is another issue.
You should select the minimum that works, this is 3.10, right? Could it be even smaller? |
I checked, and using anything lower might cause compatibility issues with some features. That's why i think we should keep it to 3.10 |
Merged |
I cannot see any of your changes. |
You have to merge GeomScale:develop to your branch. Note that the develop branch of your fork is different than the develop branch of volesti All the details are here: https://github.com/GeomScale/volesti/blob/develop/CONTRIBUTING.md |
I have merged the changes. Kindly review and merge it. |
Still the changes are not visible in this PR see https://github.com/GeomScale/volesti/pull/342/files You have to merge develop to corresponding branch of this PR i.e. |
Added cmake_minimum_required() at the beginning of CMakeLists.txt
Keeping project() declaration