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")