mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 07:41:15 +00:00
497cad7c88
Previously we did not clearly document that `--target` is only supported to be specified once. Even worse, specifying it multiple times would silently ignore any previously specified targets and only build the last target. Update the documentation to specify this. Update the implementation to reject multiple `--target` options to prevent user errors.
4 lines
117 B
Plaintext
4 lines
117 B
Plaintext
^'--target' may not be specified more than once\.
|
|
+
|
|
Usage: cmake --build <dir> \[options\] \[-- \[native-options\]\]
|