From c252d057ab83af58c22ab719cdf985165933d06c Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Tue, 6 Feb 2024 16:22:56 -0700 Subject: [PATCH] Also change name of source on Windows --- bmi_heat/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bmi_heat/CMakeLists.txt b/bmi_heat/CMakeLists.txt index 74bd518..93c2864 100644 --- a/bmi_heat/CMakeLists.txt +++ b/bmi_heat/CMakeLists.txt @@ -3,7 +3,7 @@ # Create shared library, except on Windows. if(WIN32) add_library(${bmi_name} bmi_heat.f90) - add_library(${extension_name} bmi_heat_geo.f90) + add_library(${extension_name} bmi_geo_heat.f90) else() add_library(${bmi_name} SHARED bmi_heat.f90) add_library(${extension_name} SHARED bmi_geo_heat.f90)