Docs: Fix typo

opitions -> options.
This commit is contained in:
Stephen Kelly 2013-10-23 23:41:00 +02:00
parent b0686fdeda
commit f3f49ff7a9

View File

@ -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 scope of the following arguments. PRIVATE and PUBLIC items will
populate the COMPILE_OPTIONS property of <target>. PUBLIC and populate the COMPILE_OPTIONS property of <target>. PUBLIC and
INTERFACE items will populate the INTERFACE_COMPILE_OPTIONS property 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. Repeated calls for the same <target> append items in the order called.
Arguments to target_compile_options may use "generator expressions" Arguments to target_compile_options may use "generator expressions"