blob: d1f2c72e3227af46dccc4fea63f166405689988d (
plain)
1
2
3
4
5
6
7
8
|
cmake-e-tar-error-handling
--------------------------
* The :manual:`cmake(1)` ``-E tar`` tool now parses all flags, and if an
invalid flag was provided, a warning is issued.
* The :manual:`cmake(1)` ``-E tar`` tool now displays an error if no action
flag was specified, along with a list of possible actions: ``t`` (list),
``c`` (create) or ``x`` (extract).
|