json/test
Yann E. MORIN e8b6b7adc1 buildsystem: relax requirement on cmake version
Commit 73cc5089 (Using target_compile_features to specify C++ 11
standard) bumped the required cmake version, from 3.0 to 3.8, so
as to get the definition of target_compile_features().

However, target_compile_features() was introduced in cmake-3.1:
    https://cmake.org/cmake/help/v3.1/command/target_compile_features.html

And using cmake-3.1 is indeed sufficient to properly build.

As such, relax the minimum required version down to cmake-3.1,
so we can build on oldish, entreprise-grade distributions that
only have cmake-3.1 (or at least, don't have up to cmake-3.8).

Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2018-12-31 18:52:04 +01:00
..
cmake_add_subdirectory buildsystem: relax requirement on cmake version 2018-12-31 18:52:04 +01:00
cmake_import buildsystem: relax requirement on cmake version 2018-12-31 18:52:04 +01:00
cmake_import_minver buildsystem: relax requirement on cmake version 2018-12-31 18:52:04 +01:00
data 🔨 added fix for arrays 2018-10-25 13:01:18 +02:00
reports added fuzzing results 2016-10-02 11:23:47 +02:00
src 🚨 fixed some warnings 2018-12-23 13:56:18 +01:00
thirdparty ⬆️ Catch 1.12.0 2018-08-18 12:02:12 +02:00
CMakeLists.txt Merge pull request #1271 from chuckatkins/cleanup-deprecated-warnings 2018-10-02 22:07:18 +02:00
Makefile 🚧 some changes to the BSON code 2018-10-24 15:43:37 +02:00