CONFIG: pin cmake to enable only C++
This commit is contained in:
parent
850d856aae
commit
966989a3f5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue