Fix trivial typo in comment.

Not really important, but since I saw it.
This commit is contained in:
Carlos O'Ryan 2018-04-08 15:46:25 -04:00 committed by GitHub
parent acf10d9af7
commit 4286b16b71
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> $<INSTALL_INTERFACE:include>
) )
## add debug view defintion file for msvc (natvis) ## add debug view definition file for msvc (natvis)
if (MSVC) if (MSVC)
set(NLOHMANN_ADD_NATVIS TRUE) set(NLOHMANN_ADD_NATVIS TRUE)
set(NLOHMANN_NATVIS_FILE "nlohmann_json.natvis") set(NLOHMANN_NATVIS_FILE "nlohmann_json.natvis")