diff --git a/README b/README
index 022ec18d..70bfc517 100644
--- a/README
+++ b/README
@@ -85,7 +85,7 @@ The resulting build files can be configured by passing options to cmake. To show
a complete list of those available along with their current settings, type the
following:
- $ cmake -LAH
+ $ cmake -LAH -N -B .
If in doubt, read the CMake documentation for more information on configuration
options. The following are some of the most relevant standard options of CMake:
@@ -342,4 +342,4 @@ You should have received a copy of the GNU Lesser General Public License along
with this library. If not, see .
________________________________________________________________________________
-Last update: 2024-10-06 README EOF
+Last update: 2024-11-03 README EOF
diff --git a/README.md b/README.md
index 70b632d0..b5c4ccfc 100644
--- a/README.md
+++ b/README.md
@@ -372,7 +372,7 @@ cmake [options]
The resulting build files can be configured by passing options to `cmake`. To show a complete list of those available along with their current settings, type the following:
```shell
-cmake -LAH
+cmake -LAH -N -B .
```
If in doubt, read the [CMake documentation](https://cmake.org/documentation/) for more information on configuration options. The following are some of the most relevant standard options of CMake:
diff --git a/documentation/installation-from-sources.rst b/documentation/installation-from-sources.rst
index 5f3def16..9e1be87b 100644
--- a/documentation/installation-from-sources.rst
+++ b/documentation/installation-from-sources.rst
@@ -45,7 +45,7 @@ The resulting build files can be configured by passing options to ``cmake``. To
.. code-block:: sh
- cmake -LAH
+ cmake -LAH -N -B .
If in doubt, read the `CMake documentation `_ for more information on configuration options. The following are some of the most relevant standard options of CMake: