mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Merge branch 'docs-CMakePrintHelpers-typo' into release-3.16
Merge-request: !3966
This commit is contained in:
@@ -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.
|
||||
|
||||
::
|
||||
|
||||
Reference in New Issue
Block a user