diff options
author | Brad King <brad.king@kitware.com> | 2015-05-21 13:03:43 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-05-21 13:03:43 (GMT) |
commit | a23fdec8d2bfb8f2ce88972d93e23c83923ec4af (patch) | |
tree | 84a259a58730a593e91a34621bb2baafb8ab718f /Help/manual | |
parent | 03a65dab30a0ef34ec900126c03a01cc9da55f36 (diff) | |
parent | 7412d100a219c0289ccdbfb827cd13fd33044d2c (diff) | |
download | CMake-a23fdec8d2bfb8f2ce88972d93e23c83923ec4af.zip CMake-a23fdec8d2bfb8f2ce88972d93e23c83923ec4af.tar.gz CMake-a23fdec8d2bfb8f2ce88972d93e23c83923ec4af.tar.bz2 |
Merge topic 'doc-cmake-buildsystem-typo'
7412d100 Help: Fix typo in cmake-buildsystem(7) manual
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-buildsystem.7.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst index c8525c2..c456590 100644 --- a/Help/manual/cmake-buildsystem.7.rst +++ b/Help/manual/cmake-buildsystem.7.rst @@ -886,9 +886,9 @@ It may specify usage requirements such as :prop_tgt:`INTERFACE_INCLUDE_DIRECTORIES`, :prop_tgt:`INTERFACE_COMPILE_DEFINITIONS`, :prop_tgt:`INTERFACE_COMPILE_OPTIONS`, -:prop_tgt:`INTERFACE_LINK_LIBRARIES`, and +:prop_tgt:`INTERFACE_LINK_LIBRARIES`, :prop_tgt:`INTERFACE_SOURCES`, -:prop_tgt:`INTERFACE_POSITION_INDEPENDENT_CODE`. +and :prop_tgt:`INTERFACE_POSITION_INDEPENDENT_CODE`. Only the ``INTERFACE`` modes of the :command:`target_include_directories`, :command:`target_compile_definitions`, :command:`target_compile_options`, :command:`target_sources`, and :command:`target_link_libraries` commands |