Explorar el Código

Merge topic 'doc-usage-requirements'

0c54b775 Help: Document the purpose of usage requirements clearly.
Brad King hace 11 años
padre
commit
a7c956b867
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      Help/manual/cmake-buildsystem.7.rst

+ 6 - 0
Help/manual/cmake-buildsystem.7.rst

@@ -112,6 +112,12 @@ Each command may be invoked with multiple uses of each keyword:
     INTERFACE USING_ARCHIVE_LIB
   )
 
+Note that usage requirements are not designed as a way to make downstreams
+use particular :prop_tgt:`COMPILE_OPTIONS` or
+:prop_tgt:`COMPILE_DEFINITIONS` etc for convenience only.  The contents of
+the properties must be **requirements**, not merely recommendations or
+convenience.
+
 Target Properties
 -----------------