diff options
author | Brad King <brad.king@kitware.com> | 2018-01-30 13:46:13 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-01-30 13:47:18 (GMT) |
commit | eddea58148223c545ad53523161e31fa544dc3c2 (patch) | |
tree | 9d8b6b1a5745e6f4de83842f1c1501dc1ddff389 /Help/variable | |
parent | e6267df94efb3890194dde4f6fb7c27e2728bad0 (diff) | |
parent | fc57afde05afeb95fc6f6205c996e3c9b1bc72f3 (diff) | |
download | CMake-eddea58148223c545ad53523161e31fa544dc3c2.zip CMake-eddea58148223c545ad53523161e31fa544dc3c2.tar.gz CMake-eddea58148223c545ad53523161e31fa544dc3c2.tar.bz2 |
Merge topic 'doc-typo-CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE'
fc57afde Help: Fix typo in CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE docs
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1709
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE.rst b/Help/variable/CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE.rst index 5fc95f0..697682b 100644 --- a/Help/variable/CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE.rst +++ b/Help/variable/CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE.rst @@ -1,7 +1,7 @@ CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE -------------------------------------- -Automatically add the current source- and build directories to the +Automatically add the current source and build directories to the :prop_tgt:`INTERFACE_INCLUDE_DIRECTORIES` target property. If this variable is enabled, CMake automatically adds for each shared |