diff options
author | Brad King <brad.king@kitware.com> | 2015-03-31 12:51:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-03-31 12:51:05 (GMT) |
commit | d51c1f090a5df5a8cd8d58faeee3544b52463924 (patch) | |
tree | 27fc77f3b86c5e42a37fde0fb2f4020c5c90ee41 /Help/command/target_compile_options.rst | |
parent | 845c83756e282feb6086c93d52ee0a0d4eacce9c (diff) | |
download | CMake-d51c1f090a5df5a8cd8d58faeee3544b52463924.zip CMake-d51c1f090a5df5a8cd8d58faeee3544b52463924.tar.gz CMake-d51c1f090a5df5a8cd8d58faeee3544b52463924.tar.bz2 |
Help: Fix xref typos in target_compile_options docs
Fix links to the COMPILE_OPTIONS directory and target properties.
Diffstat (limited to 'Help/command/target_compile_options.rst')
-rw-r--r-- | Help/command/target_compile_options.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/command/target_compile_options.rst b/Help/command/target_compile_options.rst index 3362c5d..73e01e7 100644 --- a/Help/command/target_compile_options.rst +++ b/Help/command/target_compile_options.rst @@ -20,8 +20,8 @@ alternative commands exist to add preprocessor definitions (:command:`target_compile_definitions` and :command:`add_definitions`) or include directories (:command:`target_include_directories` and :command:`include_directories`). See documentation of the -:prop_tgt:`directory <COMPILE_OPTIONS>` and -:prop_tgt:` target <COMPILE_OPTIONS>` ``COMPILE_OPTIONS`` properties. +:prop_dir:`directory <COMPILE_OPTIONS>` and +:prop_tgt:`target <COMPILE_OPTIONS>` ``COMPILE_OPTIONS`` properties. The ``INTERFACE``, ``PUBLIC`` and ``PRIVATE`` keywords are required to specify the scope of the following arguments. ``PRIVATE`` and ``PUBLIC`` |