Skip to content

Commit

Permalink
Also change name of source on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Feb 6, 2024
1 parent 77407c8 commit c252d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bmi_heat/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c252d05

Please sign in to comment.