Skip to content
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

Doesn't work with stated cmake minimum (3.7) #547

Open
jagerman opened this issue Mar 3, 2020 · 0 comments · May be fixed by #548
Open

Doesn't work with stated cmake minimum (3.7) #547

jagerman opened this issue Mar 3, 2020 · 0 comments · May be fixed by #548

Comments

@jagerman
Copy link

jagerman commented Mar 3, 2020

I can't build with the cmake 3.7 (currently stated as the minimum required) because $<IF is not supported in cmake 3.7 (looks like it was added in 3.8).

Bumping the minimum to 3.8 would "solve" this issue, but not in a particularly helpful way. Instead I wonder: is there more than just the $<IF generator expressions that require a newer cmake? It would be very nice to back this dependency down a bit to at least 3.5 so that packages depending on date.h could be built on xenial linux systems, which are still fairly common. (To be clear: I'm happy to submit a PR to do it, just trying to gauge interest in supporting it).

@jagerman jagerman linked a pull request Mar 3, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant