diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-10-30 23:24:05 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2019-10-30 23:24:17 (GMT) |
commit | fea940eb869a4730c3c4a859fa9fedbc5f2233c9 (patch) | |
tree | a7b383669279702a9b651bbbdc076f9f995ebc34 /Modules/CMakePrintHelpers.cmake | |
parent | 92780281c2e8a46223b262b152caa9c8329373b1 (diff) | |
download | CMake-fea940eb869a4730c3c4a859fa9fedbc5f2233c9.zip CMake-fea940eb869a4730c3c4a859fa9fedbc5f2233c9.tar.gz CMake-fea940eb869a4730c3c4a859fa9fedbc5f2233c9.tar.bz2 |
Help: Fix minor typo in CMakePrintHelpers module docs
Fixes: #19900
Diffstat (limited to 'Modules/CMakePrintHelpers.cmake')
-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. :: |