2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-03 15:35:17 +00:00

[#3905] Fix more Meson flag documentation

This commit is contained in:
Andrei Pavel
2025-05-30 09:27:49 +03:00
parent 30c5499567
commit d85666cf22
3 changed files with 13 additions and 13 deletions

View File

@@ -19,7 +19,7 @@ to mimic its installation. Meson tries its best to accommodate all typical
situations and to locate gtest on its own. If it cannot be found, linking
/usr/src/googletest to the custom location should do the trick. If that does
not work either, the Kea project has a gtest.wrap which instructs it how to
fetch googletest on its own. The `-D tests` flag has to be provided.
fetch googletest on its own. The `-D tests=enabled` flag has to be provided.
@code
meson setup build -D tests=enabled