cmake/Help/variable/CMAKE_DEPENDS_USE_COMPILER.rst

10 lines
339 B
ReStructuredText
Raw Normal View History

2021-09-14 00:13:48 +02:00
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
2023-05-23 16:38:00 +02:00
CMake for dependencies discovery).