Skip to content

Commit f70b8f0

Browse files
committed
Fixed captilization
1 parent c085006 commit f70b8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fortran/meshfem2d/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ target_link_libraries(meshfem2D_mesh_mpi
199199

200200
# Executable
201201
add_executable(xmeshfem2D
202-
meshfem2D.f90
202+
meshfem2D.F90
203203
)
204204
target_link_libraries(
205205
xmeshfem2D

0 commit comments

Comments
 (0)