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

View File

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