소스 검색

Help: fix documentation for OUTPUT_NAME

Fixes #17177.
Kyle Edwards 8 년 전
부모
커밋
6c5d3989f7
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      Help/prop_tgt/OUTPUT_NAME.rst

+ 2 - 1
Help/prop_tgt/OUTPUT_NAME.rst

@@ -5,7 +5,8 @@ Output name for target files.
 
 This sets the base name for output files created for an executable or
 library target.  If not set, the logical target name is used by
-default.
+default during generation. The value is not set by default during
+configuration.
 
 Contents of ``OUTPUT_NAME`` and the variants listed below may use
 :manual:`generator expressions <cmake-generator-expressions(7)>`.