1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/ccn-lite
Gaëtan Harter b0986d91ff
pkg/ccn-lite: check for minimal cmake version
ccn-lite does not build with cmake < 3.6.0. This checks for a minimal version
instead of failing to compile.

    cmake version 3.5.2 is not >= to minimal required 3.6.0

    Makefile:25: recipe for target '..cmake_version_supported' failed

Tested with versions 3.5.2, 3.6.0-rc1, 3.6.0, 3.6.3, 3.7.0-rc1, 3.7.0.

Note: the check used does not consider '-rcX' as 'sort -V' does not handle them
properly.
2018-08-14 15:26:58 +02:00
..
Makefile pkg/ccn-lite: check for minimal cmake version 2018-08-14 15:26:58 +02:00
Makefile.dep pkg/ccnl: clean up build dependencies 2018-06-10 13:24:28 +02:00
Makefile.include pkg: ccn-lite: adapt to v2 2017-12-01 16:14:27 +01:00