From 9dbb9d356d3e8a045c70b3b6bbaf538044968f5f Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sun, 29 Dec 2024 12:05:07 -0500 Subject: [PATCH] reformulate to avoid command-line --- doc/src/Build_extras.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/src/Build_extras.rst b/doc/src/Build_extras.rst index 5882da9e7b..08e4cdbb7a 100644 --- a/doc/src/Build_extras.rst +++ b/doc/src/Build_extras.rst @@ -421,9 +421,10 @@ minutes to hours) to build. Of course you only need to do that once.) cmake build system. The ``lib/kim/Install.py`` script supports a ``CMAKE`` environment variable if the cmake executable is named other than ``cmake`` on your system. Additional environment variables may be - provided on the command-line for use by cmake. For example, to use the - ``cmake3`` executable and tell it to use the gnu version 11 compilers - to build KIM, one could use the following command. + set with the ``make`` command for use by cmake. For example, to use the + ``cmake3`` executable and tell it to use the GNU version 11 compilers + called ``g++-11``, ``gcc-11`` and ``gfortran-11`` to build KIM, one + could use the following command. .. code-block:: bash