summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2019-10-31 10:26:35 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-10-31 10:26:46 (GMT)
commit8259ea3014b96a068641ebd34f0c0837e35e4545 (patch)
tree5fe416c6e8cad7c6c32ba7374263af88d5196e6a
parente4a5215e97fedf878ec9818c18040c6c34d206f1 (diff)
parentfea940eb869a4730c3c4a859fa9fedbc5f2233c9 (diff)
downloadCMake-8259ea3014b96a068641ebd34f0c0837e35e4545.zip
CMake-8259ea3014b96a068641ebd34f0c0837e35e4545.tar.gz
CMake-8259ea3014b96a068641ebd34f0c0837e35e4545.tar.bz2
Merge topic 'docs-CMakePrintHelpers-typo'
fea940eb86 Help: Fix minor typo in CMakePrintHelpers module docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3966
-rw-r--r--Modules/CMakePrintHelpers.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/CMakePrintHelpers.cmake b/Modules/CMakePrintHelpers.cmake
index aa40b59..d652ffa 100644
--- a/Modules/CMakePrintHelpers.cmake
+++ b/Modules/CMakePrintHelpers.cmake
@@ -22,9 +22,9 @@ source files, directories, tests or cache entries. Exactly one of the
scope keywords must be used. Example::
cmake_print_properties(TARGETS foo bar PROPERTIES
- LOCATION INTERFACE_INCLUDE_DIRS)
+ LOCATION INTERFACE_INCLUDE_DIRECTORIES)
-This will print the LOCATION and INTERFACE_INCLUDE_DIRS properties for
+This will print the LOCATION and INTERFACE_INCLUDE_DIRECTORIES properties for
both targets foo and bar.
::