Skip to content

Commit

Permalink
CONFIG: pin cmake to enable only C++
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-42 committed Jul 31, 2017
1 parent 850d856 commit 966989a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 966989a

Please sign in to comment.