diff options
author | silvioprog <silvioprog@gmail.com> | 2018-01-27 02:10:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-01-29 14:41:37 (GMT) |
commit | fc57afde05afeb95fc6f6205c996e3c9b1bc72f3 (patch) | |
tree | 219325ce02ab332391bbbd3dbed6d72e024d7420 | |
parent | a24dbba3482d5c5b8542c56047ec78dd40215a06 (diff) | |
download | CMake-fc57afde05afeb95fc6f6205c996e3c9b1bc72f3.zip CMake-fc57afde05afeb95fc6f6205c996e3c9b1bc72f3.tar.gz CMake-fc57afde05afeb95fc6f6205c996e3c9b1bc72f3.tar.bz2 |
Help: Fix typo in CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE docs
-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 |