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

Problem: modern CMake warns about version 2.8 #802

Merged
merged 1 commit into from
Dec 27, 2022
Merged

Conversation

yrashk
Copy link
Contributor

@yrashk yrashk commented Dec 23, 2022

The warning is as follows:

Compatibility with CMake < 2.8.12 will be removed from a future version of CMake.

Solution: set it at 2.8.12

The warning is as follows:

```
Compatibility with CMake < 2.8.12 will be removed from a future version of CMake.
```

Solution: set it at 2.8.12
@coveralls
Copy link

Coverage Status

Coverage: 87.029% (-0.0%) from 87.029% when pulling debe8b7 on yrashk:patch-1 into 79c1472 on json-c:master.

@hawicz
Copy link
Member

hawicz commented Dec 27, 2022

Sounds good to me. I'll note that current openwrt (mentioned in the comment near the line you're changing) doesn't even have a cmake package, and expects people to cross-compile from a host system, so it's likely safe to bump this up even more, though exactly what version of cmake to pick as a minimum I don't know.

@hawicz hawicz merged commit b6ba942 into json-c:master Dec 27, 2022
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 this pull request may close these issues.

None yet

3 participants