From 88e46d4707c77631ec373a73584f23f7898235da Mon Sep 17 00:00:00 2001
From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch>
Date: Fri, 27 Mar 2020 15:23:55 +0000
Subject: [PATCH] Update SetupJSON.cmake

---
 cmake/SetupJSON.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/SetupJSON.cmake b/cmake/SetupJSON.cmake
index 13a43e4..3bd3539 100644
--- a/cmake/SetupJSON.cmake
+++ b/cmake/SetupJSON.cmake
@@ -1,11 +1,11 @@
 # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 #
-# This module is used to set up nlohmann_json for the project. Either by
+# This module is used to set up "nlohmann_json" for the project. Either by
 # looking for it on the build machine, or by downloading it during the build
 # itself.
 #
 
-# Configuration option for how XercesC should be used.
+# Configuration option for how "nlohmann_json" should be used.
 option( GEOMODEL_USE_BUILTIN_JSON
    "Download a version of nlohmann_json during the build" FALSE )
 
-- 
GitLab