-
Notifications
You must be signed in to change notification settings - Fork 44
cmake 3.5.1 possible?? #416
Comments
The workaround to install cmake 3.7.2-1 from Debian Stretch (not sure if this is all safe and OK, but it worked here):
(Do this before doing cmake.) |
The minimum CMake version is 2.8 |
When I did I wondered if it really needs to be 3.6, or if that could be easily adapted. So I tried changing it to 3.5, but the cmake couldn't complete. |
Honestly this exact issue is mentioned in the wiki :| |
That is a good source of information! Probably a good idea to have a link to the WIki on the main Readme. |
There is a link to it on every page, including but not limited to the readme - I doubt that putting it in the readme where people would have to scroll past the first link to view it, would lead to more people clicking it. but feel free to add a pull request ;) |
The cmake step fails on Ubuntu 16.04 because it only has 3.5.1 -- would it be possible to make it work by modifying the
CMakeLists.txt
?The text was updated successfully, but these errors were encountered: