diff options
Diffstat (limited to 'Help/policy/CMP0112.rst')
-rw-r--r-- | Help/policy/CMP0112.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/policy/CMP0112.rst b/Help/policy/CMP0112.rst index 3eab6d2..78a9055 100644 --- a/Help/policy/CMP0112.rst +++ b/Help/policy/CMP0112.rst @@ -21,13 +21,13 @@ file name components no longer add a dependency on the evaluated target. In CMake 3.18 and lower a dependency on the evaluated target of the above -generator expressions would be always added. CMake 3.19 and above prefer +generator expressions would always be added. CMake 3.19 and above prefer to not add this dependency. This policy provides compatibility for projects that have not been updated to expect the new behavior. The ``OLD`` behavior for this policy is to add a dependency on the evaluated -target for the the above generator expressions. The ``NEW`` behavior of -this policy is to not add a dependency on the evaluated target for the the +target for the above generator expressions. The ``NEW`` behavior of +this policy is to not add a dependency on the evaluated target for the above generator expressions. This policy was introduced in CMake version 3.19. Unlike many policies, |