Merge branch 'doc-cmake-buildsystem-typo' into release

This commit is contained in:
Brad King 2015-06-22 09:46:11 -04:00
commit 49988996c1
1 changed files with 1 additions and 1 deletions

View File

@ -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}>
)