blob: bdad59eaf16ce42eb840f32e6ff3864e70df57a7 [file] [log] [blame]
Ryan Prichard7aea7e92022-01-13 17:30:17 -08001CMAKE_DEPENDS_USE_COMPILER
2--------------------------
3
4.. versionadded:: 3.20
5
6For the :ref:`Makefile Generators`, source dependencies are now, for a
7selection of compilers, generated by the compiler itself. By defining this
8variable with value ``FALSE``, you can restore the legacy behavior (i.e. using
9``CMake`` for dependencies discovery).