diff options
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/ctest_build.rst | 5 | ||||
-rw-r--r-- | Help/command/target_compile_features.rst | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/Help/command/ctest_build.rst b/Help/command/ctest_build.rst index ac2a0c1..1347b42 100644 --- a/Help/command/ctest_build.rst +++ b/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. diff --git a/Help/command/target_compile_features.rst b/Help/command/target_compile_features.rst index 9559600..a6503db 100644 --- a/Help/command/target_compile_features.rst +++ b/Help/command/target_compile_features.rst @@ -28,4 +28,5 @@ an ``IMPORTED`` target. Arguments to ``target_compile_features`` may use "generator expressions" with the syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)` manual for available -expressions. +expressions. See the :manual:`cmake-compile-features(7)` manual for +information on compile features. |