1
0
mirror of synced 2025-07-27 23:41:48 +03:00

build(meson): simplify build options (#2176)

The "cpp-httplib_" prefix of build options is now dropped, as Meson
build options are already namespaced for each project. The old names
remain as deprecated aliases for the new ones.
This commit is contained in:
Andrea Pappacoda
2025-07-08 23:23:46 +02:00
committed by GitHub
parent 082acacd45
commit 4ff7a1c858
2 changed files with 17 additions and 8 deletions

View File

@ -13,7 +13,7 @@ project(
'b_lto=true',
'warning_level=3'
],
meson_version: '>=0.62.0'
meson_version: '>=0.63.0'
)
cxx = meson.get_compiler('cpp')