diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-10-31 10:27:23 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2019-10-31 10:28:16 (GMT) |
commit | e5cc8f575b81fa3af001d69b0737269f04cf94b2 (patch) | |
tree | 162e400ade584a4752769ba18c3d29fb27ed58f1 | |
parent | 1efc4c9051b1ec38dd182f743ea1562ac6ef6916 (diff) | |
parent | fea940eb869a4730c3c4a859fa9fedbc5f2233c9 (diff) | |
download | CMake-e5cc8f575b81fa3af001d69b0737269f04cf94b2.zip CMake-e5cc8f575b81fa3af001d69b0737269f04cf94b2.tar.gz CMake-e5cc8f575b81fa3af001d69b0737269f04cf94b2.tar.bz2 |
Merge branch 'docs-CMakePrintHelpers-typo' into release-3.16
Merge-request: !3966
-rw-r--r-- | Modules/CMakePrintHelpers.cmake | 4 |
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. :: |