This change was extracted from #1013, in order to isolate some of the changes.
This commit is contained in:
Anton Kolesnyk 2020-12-07 19:56:21 -08:00 committed by GitHub
parent 46419412c3
commit d1f162f9e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ message("Libcurl version ${CURL_VERSION_STRING}")
# Storage requires 3.6.0 version for using `contains` feature
set(NLOHMANN_JSON_MIN_REQUIRED_VERSION 3.6.0)
# Try to find the config cmake file. Tipically for when the integration is made at CMake level
# Try to find the config cmake file. Typically for when the integration is made at CMake level
# (CMake project available with a configuration file to consume)
find_package(nlohmann_json ${NLOHMANN_JSON_MIN_REQUIRED_VERSION} CONFIG QUIET)
if(NOT nlohmann_json_FOUND)