Skip to content

Commit

Permalink
Update meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Jul 27, 2024
1 parent 6792786 commit ed2f49d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project(
'CUTEst',
'fortran', 'c',
version: '2.2.0',
meson_version: '>= 0.61.0',
meson_version: '>= 0.62.0',
default_options: [
'buildtype=release',
'libdir=lib',
Expand Down Expand Up @@ -37,7 +37,7 @@ libcutest_include = []
libcutest_include += include_directories('include')

# Dependency
libdl = dependency('dl', required: false)
libdl = find_library('dl')

# Sources
subdir('include')
Expand Down

0 comments on commit ed2f49d

Please sign in to comment.