Commit 966989a3 by dan-42

CONFIG: pin cmake to enable only C++

parent 850d856a
...@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.0.0) ...@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.0.0)
## PROJECT ## PROJECT
## name and version ## name and version
## ##
project(nlohmann_json VERSION 2.1.1) project(nlohmann_json VERSION 2.1.1 LANGUAGES CXX)
## ##
## OPTIONS ## OPTIONS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment