From 3de9b6fdbe1a86e5708c700a59d1832247a8b954 Mon Sep 17 00:00:00 2001
From: David Stoup <david.stoup@kitware.com>
Date: Tue, 13 Apr 2021 10:54:30 -0400
Subject: [PATCH] Reference the github page that provided the CMakeLists.txt
 files

---
 Patches/SuiteSparse/Patch.cmake | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Patches/SuiteSparse/Patch.cmake b/Patches/SuiteSparse/Patch.cmake
index b5c3e3ab..64f89c00 100644
--- a/Patches/SuiteSparse/Patch.cmake
+++ b/Patches/SuiteSparse/Patch.cmake
@@ -8,6 +8,12 @@ if (BUILD_CXSPARSE_ONLY)
     DESTINATION ${SuiteSparse_source}/CMakeLists.txt
     )
 else()
+
+  # The following CMakeLists.txt files come from:
+  # https://github.com/jlblancoc/suitesparse-metis-for-windows. It was written for a
+  # newer version of SuiteSparse so some modification was required. Ideally, we
+  # will update our version of SuiteSparse to match the provided CMake files.
+
   # Main SuiteSparse CMakeLists.txt
   file(COPY ${SuiteSparse_patch}/CMakeLists.txt
     DESTINATION ${SuiteSparse_source}