Merge pull request #1043 from coryan/patch-1
Fix trivial typo in comment.
This commit is contained in:
commit
7c503c64b7
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue