Skip to content

Commit

Permalink
gen77.F is not a Fortran 90 file
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Jun 13, 2024
1 parent 9d3eaeb commit 4c0158b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ build_quadruple = get_option('quadruple')
cutest_int64 = get_option('cutest_int64')

libcutest_src = []
libcutest_f_src = []
libcutest_c_src = []
libcutest_delegate_src = []

Expand Down
2 changes: 1 addition & 1 deletion src/gen77/meson.build
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
libcutest_src += files('gen77.F')
libcutest_f_src += files('gen77.F')
cutest_binaries += [['gen77_main', files('gen77_main.F')]]

0 comments on commit 4c0158b

Please sign in to comment.