Skip to content

Commit

Permalink
typo meson build (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Casale <casale@insa-toulouse.fr>
  • Loading branch information
Benncs and Benjamin Casale authored Jun 30, 2024
1 parent 1286901 commit 4c3f4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ if not use_cuda
default_option_cpp20 = 'cpp_std=gnu++20'
endif

cmt = dependency('cmetool', required: false)
cmt = dependency('cmtool', required: false)
f_cmt = false

if cmt.found()
Expand Down

0 comments on commit 4c3f4b6

Please sign in to comment.