summaryrefslogtreecommitdiff
path: root/test cases/unit/119 openssl cmake bug/meson.build
blob: d08a8ef429a28b2ff5001ffd1f63d510a0ebb2c3 (plain)
1
2
3
4
5
project('bug', 'cpp')

# When cmake is not available,
# this triggers the bug described in #12098
openssl_dep = dependency('openssl')