From 4286b16b7192d4bbc7de253455ea859eac045f2b Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Sun, 8 Apr 2018 15:46:25 -0400 Subject: [PATCH] Fix trivial typo in comment. Not really important, but since I saw it. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a490ab6b..51d85429 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,7 @@ target_include_directories( $ ) -## 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")