From e8f0246765dbee365f6170319df3f09f418a5875 Mon Sep 17 00:00:00 2001 From: AlysonStahl-NOAA <166434581+AlysonStahl-NOAA@users.noreply.github.com> Date: Wed, 31 Jul 2024 09:02:48 -0700 Subject: [PATCH] added comments to CMakeLists.txt --- wgrib2/ftn_api/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wgrib2/ftn_api/CMakeLists.txt b/wgrib2/ftn_api/CMakeLists.txt index 96c1dee2..7a8a8c3a 100644 --- a/wgrib2/ftn_api/CMakeLists.txt +++ b/wgrib2/ftn_api/CMakeLists.txt @@ -1,3 +1,8 @@ +# This is the CMake file for the ftn_api directory in the wgrib2 +# project. This will only build if MAKE_FTN_API=ON and +# BUILD_LIB=ON +# +# Kyle Gerheiser set(fortran_src wgrib2api.f90