1CMAKE_DEPENDS_IN_PROJECT_ONLY
2-----------------------------
3
4.. versionadded:: 3.6
5
6When set to ``TRUE`` in a directory, the build system produced by the
7:ref:`Makefile Generators` is set up to only consider dependencies on source
8files that appear either in the source or in the binary directories.  Changes
9to source files outside of these directories will not cause rebuilds.
10
11This should be used carefully in cases where some source files are picked up
12through external headers during the build.
13