6 lines
134 B
Meson
6 lines
134 B
Meson
project('bug', 'cpp')
|
|
|
|
# When cmake is not available,
|
|
# this triggers the bug described in #12098
|
|
openssl_dep = dependency('openssl')
|