Unverified Commit 975dc970 authored by Niels Lohmann's avatar Niels Lohmann Committed by GitHub

Merge pull request #1417 from wythe/patch-1

docs: typo in README
parents 676c847c a559ff8f
......@@ -101,7 +101,7 @@ To embed the library directly into an existing CMake project, place the entire s
set(JSON_BuildTests OFF CACHE INTERNAL "")
# Don't use include(nlohmann_json/CMakeLists.txt) since that carries with it
# inintended consequences that will break the build. It's generally
# unintended consequences that will break the build. It's generally
# discouraged (although not necessarily well documented as such) to use
# include(...) for pulling in other CMake projects anyways.
add_subdirectory(nlohmann_json)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment