1CMAKE_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). 10