From e5929e4aca63029a4143feff10bddbe6e6bfcdf1 Mon Sep 17 00:00:00 2001
From: Pradipta Samanta <samanta@dkrz.de>
Date: Thu, 2 Nov 2023 21:39:23 +0100
Subject: [PATCH] Fixed a typo in the CMakeLists file

---
 src/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e8b1361..24c55d2 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -9,7 +9,7 @@ configure_file(
 add_library(fortran-support
   mo_exception.f90
   mo_expression.f90
-  mo_lib_fortran_tools.f90
+  mo_lib_fortran_tools.F90
   mo_hash_table.f90
   mo_io_units.f90
   mo_namelist.f90
-- 
GitLab