-
Notifications
You must be signed in to change notification settings - Fork 44
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
Cmake version requirements #531
Comments
Could you please post the generated |
A minimal CI environment (cmake 2.8.12, gcc 4.8) is added in #552. As the bug does not show up there, this is a cmake unrelated issue. |
compile_commands.json-3.6.0.txt cmake 3.6.0 adds -std=gnu99 and -std=gnu++14 as compiler flags |
Hi Joachim, thanks for the logs, I'm now able to reproduce the bug. Seems to be a bug in CMake, working on a fix. |
@devreal , @rkowalewski : Is this still an issue? Do we plan to lift the CMake version? |
From my point of view, we can upgrade the minimal CMake required to >=3.0. |
When compiling dash with clang compiler and cmake version 2.8.12.2, the compilation results in errors like:
After switching to a more recent cmake version (3.6.0), the error is gone.
In my opinion, the minimum required cmake version should be lifted.
The text was updated successfully, but these errors were encountered: