Просмотр исходного кода

Help: Document initialization of VERIFY_INTERFACE_HEADER_SETS property

The docs for the CMAKE_VERIFY_INTERFACE_HEADER_SETS variable do
mention that it initializes the property, but the property docs didn't
mention the variable. Add that missing cross-reference.
Craig Scott 3 лет назад
Родитель
Сommit
c31f9ef22b
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst

+ 5 - 1
Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst

@@ -26,5 +26,9 @@ Otherwise, if C++ is enabled globally, the header is compiled as C++.
 Otherwise, if C is enabled globally, the header is compiled as C. Otherwise,
 Otherwise, if C is enabled globally, the header is compiled as C. Otherwise,
 the header file is not compiled.
 the header file is not compiled.
 
 
+This property is initialized by the value of the
+:variable:`CMAKE_VERIFY_INTERFACE_HEADER_SETS` variable if it is set when
+a target is created.
+
 If the project wishes to control which header sets are verified by this
 If the project wishes to control which header sets are verified by this
-property, you can set :prop_tgt:`INTERFACE_HEADER_SETS_TO_VERIFY`.
+property, it can set :prop_tgt:`INTERFACE_HEADER_SETS_TO_VERIFY`.