| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
CMake 4.0 decided to break compatibility against projects supporting
CMake 3.5 and newer. [1] As a workaround, CMake 4.0 suggests the flag
added by this commit.
[1]: https://cmake.org/cmake/help/latest/release/4.0.html#deprecated-and-removed-features
|
| | |
|
| |
|
|
|
|
| |
Otherwise, the installation prefix would be /opt/spm/cjson-1.7.18
instead of /usr/local, which can cause issues for CMake projects relying
on the .cmake files installed by cJSON on /usr/local/lib.
|
| | |
|
| |
|
|
| |
This reduce the final image size significantly.
|
| | |
|
| |
|