Fix broken example for nlohmann/json (#338)

This commit is contained in:
Tobias Hellmann 2022-01-27 23:59:28 +01:00 committed by GitHub
parent 11c7ec8afa
commit 9d3fad01d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -290,6 +290,7 @@ CPMAddPackage("gh:jbeder/yaml-cpp#yaml-cpp-0.6.3@0.6.3")
CPMAddPackage(
NAME nlohmann_json
VERSION 3.9.1
GITHUB_REPOSITORY nlohmann/json
OPTIONS
"JSON_BuildTests OFF"
)