diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-04-17 09:05:20 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-04-17 09:05:20 (GMT) |
commit | 692228e41821a1af1f904304984c7366ae2ca288 (patch) | |
tree | eb469690f496614e39d872dd1cea95b710a0738a | |
parent | e5e9b8e9a33186c0684974a54507d07596d72a1b (diff) | |
download | CMake-692228e41821a1af1f904304984c7366ae2ca288.zip CMake-692228e41821a1af1f904304984c7366ae2ca288.tar.gz CMake-692228e41821a1af1f904304984c7366ae2ca288.tar.bz2 |
Help: Link to cmake-buildsystem from CMP0052 docs.
-rw-r--r-- | Help/policy/CMP0052.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/policy/CMP0052.rst b/Help/policy/CMP0052.rst index f857f36..48cfc9c 100644 --- a/Help/policy/CMP0052.rst +++ b/Help/policy/CMP0052.rst @@ -10,6 +10,9 @@ the installation prefix. This makes the installation depend on the existence of the source dir or binary dir, and the installation will be broken if either are removed after installation. +See :ref:`Include Directories and Usage Requirements` for more on +specifying include directories for targets. + The OLD behavior for this policy is to export the content of the :prop_tgt:`INTERFACE_INCLUDE_DIRECTORIES` with the source or binary directory. The NEW behavior for this |