]> git.ipfire.org Git - thirdparty/json-c.git/commit
Problem: modern CMake warns about version 2.8 802/head
authorYurii Rashkovskii <yrashk@gmail.com>
Fri, 23 Dec 2022 22:33:31 +0000 (14:33 -0800)
committerGitHub <noreply@github.com>
Fri, 23 Dec 2022 22:33:31 +0000 (14:33 -0800)
commitdebe8b70b7987cc5c429a5e5fc4dced7e4fca089
tree9aceb38dabb5513f9595dd610c83aa8cbd5f3968
parent79c147203e2f90806fba0487fc26ab5e649c8755
Problem: modern CMake warns about version 2.8

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
CMakeLists.txt