summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-11-22 12:18:01 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-11-22 20:26:06 (GMT)
commit96691d126bb1d1e3a9c7fc049429a36032a98346 (patch)
tree870aa08e468b64756097d3cb97d11e0a14a41be1 /Help/manual
parentf8f02451ad2f4a595a71c6a85f9fe5122fa83d6c (diff)
downloadCMake-96691d126bb1d1e3a9c7fc049429a36032a98346.zip
CMake-96691d126bb1d1e3a9c7fc049429a36032a98346.tar.gz
CMake-96691d126bb1d1e3a9c7fc049429a36032a98346.tar.bz2
Help: Fix typo in genex in documentation.
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-buildsystem.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst
index 43f0e97..5df0d29 100644
--- a/Help/manual/cmake-buildsystem.7.rst
+++ b/Help/manual/cmake-buildsystem.7.rst
@@ -270,7 +270,7 @@ be specified in the order ``lib3`` ``lib1`` ``lib2``:
target_link_libraries(myExe lib1 lib2 lib3)
target_include_directories(myExe
- PRIVATE $<TARGET_PROPERTY:INTERFACE_INCLUDE_DIRECTORIES:lib3>)
+ PRIVATE $<TARGET_PROPERTY:lib3,INTERFACE_INCLUDE_DIRECTORIES>)
.. _`Compatible Interface Properties`: