diff options
author | Nils Gladitz <nilsgladitz@gmail.com> | 2015-04-28 08:44:37 (GMT) |
---|---|---|
committer | Nils Gladitz <nilsgladitz@gmail.com> | 2015-04-28 08:44:37 (GMT) |
commit | 853ef717aa4bc167bb0165f7fb20723901f37163 (patch) | |
tree | 512aff6f38199d10fc82776fb146573655e0cb3d /Help/policy | |
parent | 397b6298602f1496d1b946f5db827f5807d6ed23 (diff) | |
download | CMake-853ef717aa4bc167bb0165f7fb20723901f37163.zip CMake-853ef717aa4bc167bb0165f7fb20723901f37163.tar.gz CMake-853ef717aa4bc167bb0165f7fb20723901f37163.tar.bz2 |
Help: Clarify policy CMP0026 title
Clarify that the policy only applies to build targets and
not e.g. imported targets.
Suggested-by: Alan W. Irwin
Diffstat (limited to 'Help/policy')
-rw-r--r-- | Help/policy/CMP0026.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/policy/CMP0026.rst b/Help/policy/CMP0026.rst index 177b655..4889249 100644 --- a/Help/policy/CMP0026.rst +++ b/Help/policy/CMP0026.rst @@ -1,7 +1,7 @@ CMP0026 ------- -Disallow use of the LOCATION target property. +Disallow use of the LOCATION property for build targets. CMake 2.8.12 and lower allowed reading the LOCATION target property (and configuration-specific variants) to |