diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-10-23 21:41:00 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-10-23 21:41:00 (GMT) |
commit | f3f49ff7a915daebdbc114599e862627e3731979 (patch) | |
tree | 15c5069652e25e1c2ad6afced59fa3f2b59af789 /Help | |
parent | b0686fdedaea5d27292e52f753806aebb3401b47 (diff) | |
download | CMake-f3f49ff7a915daebdbc114599e862627e3731979.zip CMake-f3f49ff7a915daebdbc114599e862627e3731979.tar.gz CMake-f3f49ff7a915daebdbc114599e862627e3731979.tar.bz2 |
Docs: Fix typo
opitions -> options.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/target_compile_options.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/target_compile_options.rst b/Help/command/target_compile_options.rst index 88a4ea3..71d57f9 100644 --- a/Help/command/target_compile_options.rst +++ b/Help/command/target_compile_options.rst @@ -18,7 +18,7 @@ The INTERFACE, PUBLIC and PRIVATE keywords are required to specify the scope of the following arguments. PRIVATE and PUBLIC items will populate the COMPILE_OPTIONS property of <target>. PUBLIC and INTERFACE items will populate the INTERFACE_COMPILE_OPTIONS property -of <target>. The following arguments specify compile opitions. +of <target>. The following arguments specify compile options. Repeated calls for the same <target> append items in the order called. Arguments to target_compile_options may use "generator expressions" |