From 966989a3f5004d0f7b06c494a3f73ad33cef29db Mon Sep 17 00:00:00 2001 From: dan-42 Date: Mon, 31 Jul 2017 09:49:26 +0200 Subject: [PATCH] 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 cc30013b..9fb9f4c5 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