Merge topic 'doc-cmake-buildsystem-typo'
17c51521
Help: Fix a typo in cmake-buildsystem(7) manual
This commit is contained in:
commit
8848298831
|
@ -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}>
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue