소스 검색

Help: describe CTEST_BUILD_FLAGS

Rolf Eike Beer 11 년 전
부모
커밋
b8d6ab6040
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      Help/command/ctest_build.rst

+ 5 - 0
Help/command/ctest_build.rst

@@ -22,3 +22,8 @@ of build errors and warnings detected.
 The APPEND option marks results for append to those previously
 submitted to a dashboard server since the last ctest_start.  Append
 semantics are defined by the dashboard server in use.
+
+If set the contents of the variable CTEST_BUILD_FLAGS are passed as
+additional arguments to the underlying build command. This can e.g. be
+used to trigger a parallel build using the -j option of make. See
+:module:`ProcessorCount` for an example.