json/test
Yann E. MORIN 9763333e63 Revert "buildsystem: relax requirement on cmake version"
In e8b6b7a, we relaxed the cmake version check down to 3.1, the first
version to expose target_compile_features().

However, an error while testing that change improperly concluded that
the change was OK. While target_compile_features() was indeed introduced
in cmake 3.1, the actual feature we use it to test, cxx_std_11, was
really introduced only with cmake-3.8, which explained the actual
version that was requested before e8b6b7a.

Coming up with a working test is not as trivial as initially thought, so
a better solution will have to be devised in the future. In the mean
time, revert to the previously-working situation.

This reverts commit e8b6b7adc1.

Reported-by: Patrick Boettcher <patrick.boettcher@posteo.de>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2019-01-15 22:36:52 +01:00
..
cmake_add_subdirectory Revert "buildsystem: relax requirement on cmake version" 2019-01-15 22:36:52 +01:00
cmake_import Revert "buildsystem: relax requirement on cmake version" 2019-01-15 22:36:52 +01:00
cmake_import_minver Revert "buildsystem: relax requirement on cmake version" 2019-01-15 22:36:52 +01:00
data Add benchmark for small integers 2019-01-12 08:58:30 -08:00
reports added fuzzing results 2016-10-02 11:23:47 +02:00
src Add unit tests for dump_integer 2019-01-12 08:58:30 -08:00
thirdparty ⬆️ upgraded Catch and Google Benchmark 2019-01-13 11:29:39 +01: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