Merge pull request #1043 from coryan/patch-1

Fix trivial typo in comment.
This commit is contained in:
Niels Lohmann 2018-04-09 08:19:56 +02:00 committed by GitHub
commit 7c503c64b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ target_include_directories(
$<INSTALL_INTERFACE:include>
)
## add debug view defintion file for msvc (natvis)
## add debug view definition file for msvc (natvis)
if (MSVC)
set(NLOHMANN_ADD_NATVIS TRUE)
set(NLOHMANN_NATVIS_FILE "nlohmann_json.natvis")