From 966989a3f5004d0f7b06c494a3f73ad33cef29db Mon Sep 17 00:00:00 2001 From: dan-42 Date: Mon, 31 Jul 2017 09:49:26 +0200 Subject: [PATCH 1/2] CONFIG: pin cmake to enable only C++ --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cc30013b1..9fb9f4c51 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.0.0) ## PROJECT ## name and version ## -project(nlohmann_json VERSION 2.1.1) +project(nlohmann_json VERSION 2.1.1 LANGUAGES CXX) ## ## OPTIONS From db0b9732d43d0c2094690e1fd3cbff1c09785579 Mon Sep 17 00:00:00 2001 From: dan-42 Date: Mon, 31 Jul 2017 23:20:37 +0200 Subject: [PATCH 2/2] DOC: add sort mentioning about support in hunter --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dec7a0492..14d9deaf2 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ If you are using the [Meson Build System](http://mesonbuild.com), then you can w If you are using [Conan](https://www.conan.io/) to manage your dependencies, merely add `jsonformoderncpp/x.y.z@vthiery/stable` to your `conanfile.py`'s requires, where `x.y.z` is the release version you want to use. Please file issues [here](https://github.com/vthiery/conan-jsonformoderncpp/issues) if you experience problems with the packages. +If you are using [hunter](https://github.com/ruslo/hunter/) on your project for external dependencies, then you can use the [nlohman_json package](https://github.com/ruslo/hunter/wiki/pkg.nlohmann_json). Please see the hunter project for any issues regarding the packaging. + :warning: [Version 3.0.0](https://github.com/nlohmann/json/wiki/Road-toward-3.0.0) is currently under development. Branch `develop` is used for the ongoing work and is probably **unstable**. Please use the `master` branch for the last stable version 2.1.1.