-
Notifications
You must be signed in to change notification settings - Fork 286
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
Minimum required cmake version? #303
Comments
According to different closed issues (for example this one), you should use a newer cmake version, or try to install the |
Ok, with 3.1 it works well. |
I tried a bunch of versions on an old Debian 7.11 system. #248 already stated 3.2 as the minimum version. |
@Aikhjarto, you could close this issue, as #309 has just been merged. |
Thanks! |
CMakeLists.txt
sayscmake_minimum_required(VERSION 2.8)
ci/install-cmake.sh
pulls cmake-3.1.3I'm having trouble building with cmake 2.8 and wonder whats the real required minimum version of cmake for building encfs.
The text was updated successfully, but these errors were encountered: