From 6ed9f5c66aaa4c385d1f01c6e8473a8285d89574 Mon Sep 17 00:00:00 2001
From: webisu <wesley.ebisuzaki@noaa.gov>
Date: Fri, 1 Mar 2024 11:30:48 -0500
Subject: [PATCH] update for cmake

---
 CMakeLists.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6ea4139c..c6c305e6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,6 @@
+# this is the main CMake file for wgrib2
+# 3/2024 wesley ebisuzaki, kyle gerheiser, 
+
 cmake_minimum_required(VERSION 3.12)
 project(wgrib2 VERSION 3.1.4 LANGUAGES Fortran C)