diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-11-06 01:45:51 (GMT) |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2022-11-07 18:55:06 (GMT) |
commit | 2ba351ca4f5e63ed5e658787ffef66065d3dab54 (patch) | |
tree | 87c92a917671c23e406422aaad56711caed0830b /Help/variable | |
parent | cc8837606c62d8c099a43faeb59e79994fb623df (diff) | |
download | CMake-2ba351ca4f5e63ed5e658787ffef66065d3dab54.zip CMake-2ba351ca4f5e63ed5e658787ffef66065d3dab54.tar.gz CMake-2ba351ca4f5e63ed5e658787ffef66065d3dab54.tar.bz2 |
Help: ``CMake`` → CMake
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_DEPENDS_USE_COMPILER.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_DEPENDS_USE_COMPILER.rst b/Help/variable/CMAKE_DEPENDS_USE_COMPILER.rst index bdad59e..ada4ba6 100644 --- a/Help/variable/CMAKE_DEPENDS_USE_COMPILER.rst +++ b/Help/variable/CMAKE_DEPENDS_USE_COMPILER.rst @@ -6,4 +6,4 @@ CMAKE_DEPENDS_USE_COMPILER For the :ref:`Makefile Generators`, source dependencies are now, for a selection of compilers, generated by the compiler itself. By defining this variable with value ``FALSE``, you can restore the legacy behavior (i.e. using -``CMake`` for dependencies discovery). +CMake for dependencies discovery). |