mirror of
https://github.com/nlohmann/json.git
synced 2026-03-10 19:21:26 +00:00
CONFIG: pin cmake to enable only C++
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user