summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-06-22 13:46:11 (GMT)
committerBrad King <brad.king@kitware.com>2015-06-22 13:46:11 (GMT)
commit49988996c1eb59df2986ad57d2207e14da5e14d9 (patch)
tree7f06d790ea2ca7c9208de47afe4473d2dff06fb1
parent8576c394b105b9697cefb6dbf7d105d74fa5ee60 (diff)
parent17c5152170992e84d95a25df37d0aec7949f54c5 (diff)
downloadCMake-49988996c1eb59df2986ad57d2207e14da5e14d9.zip
CMake-49988996c1eb59df2986ad57d2207e14da5e14d9.tar.gz
CMake-49988996c1eb59df2986ad57d2207e14da5e14d9.tar.bz2
Merge branch 'doc-cmake-buildsystem-typo' into release
-rw-r--r--Help/manual/cmake-buildsystem.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst
index c456590..aefdb71 100644
--- a/Help/manual/cmake-buildsystem.7.rst
+++ b/Help/manual/cmake-buildsystem.7.rst
@@ -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}>
)