From 83f8bb877774df177d1ea94e2f4270e839367901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darius=20Nea=C8=9Bu?= Date: Thu, 16 Jul 2026 10:32:24 +0300 Subject: [PATCH] docs: align README Build Environment with Beman Standard Add Dependencies/Build Environment documentation per exemplar #417 so libraries satisfy beman-tidy cpp.min_std_version (#362) and document cmake.skip_tests/cmake.skip_examples options. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6e0e3ef..98cdc64 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,9 @@ This project requires at least the following to build: You can disable building tests by setting CMake option `BEMAN_COPYABLE_FUNCTION_BUILD_TESTS` to `OFF` when configuring the project. +You can disable building examples by setting CMake option `BEMAN_COPYABLE_FUNCTION_BUILD_EXAMPLES` to +`OFF` when configuring the project. + ### Supported Platforms | Compiler | Version | C++ Standards | Standard Library |