summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_DEPENDS_USE_COMPILER.rst
blob: bdad59eaf16ce42eb840f32e6ff3864e70df57a7 (plain)
1
2
3
4
5
6
7
8
9
CMAKE_DEPENDS_USE_COMPILER
--------------------------

.. versionadded:: 3.20

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).