diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-11-22 12:16:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-11-25 15:00:35 (GMT) |
commit | bb1111eaa220eb534338410e2d1ffcf696f9ae44 (patch) | |
tree | 0ab92098a49fc6b65d06fa87d858e40b2f79d5df /Help/manual/cmake-buildsystem.7.rst | |
parent | 96691d126bb1d1e3a9c7fc049429a36032a98346 (diff) | |
download | CMake-bb1111eaa220eb534338410e2d1ffcf696f9ae44.zip CMake-bb1111eaa220eb534338410e2d1ffcf696f9ae44.tar.gz CMake-bb1111eaa220eb534338410e2d1ffcf696f9ae44.tar.bz2 |
Help: Warn that paths should not be used in INTERFACE_ build properties.
Diffstat (limited to 'Help/manual/cmake-buildsystem.7.rst')
-rw-r--r-- | Help/manual/cmake-buildsystem.7.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst index 5df0d29..002f2c2 100644 --- a/Help/manual/cmake-buildsystem.7.rst +++ b/Help/manual/cmake-buildsystem.7.rst @@ -272,6 +272,10 @@ be specified in the order ``lib3`` ``lib1`` ``lib2``: target_include_directories(myExe PRIVATE $<TARGET_PROPERTY:lib3,INTERFACE_INCLUDE_DIRECTORIES>) +Note that care must be taken when specifying usage requirements for targets +which will be exported for installation using the :command:`install(EXPORT)` +command. See :ref:`Creating Packages` for more. + .. _`Compatible Interface Properties`: Compatible Interface Properties |