Skip to content
Snippets Groups Projects
Commit 17c51521 authored by Erik Sjölund's avatar Erik Sjölund Committed by Brad King
Browse files

Help: Fix a typo in cmake-buildsystem(7) manual

Add the property name INTERFACE_INCLUDE_DIRECTORIES that was missing
from a set_property command.
parent a6916a6c
No related branches found
No related tags found
No related merge requests found
......@@ -632,7 +632,7 @@ may be enabled, with an equivalent effect to:
.. code-block:: cmake
set_property(TARGET tgt APPEND PROPERTY
set_property(TARGET tgt APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR};${CMAKE_CURRENT_BINARY_DIR}>
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment