mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-05 07:10:26 +00:00
string(STRIP): Document that it removes newlines
This commit is contained in:
@@ -279,7 +279,7 @@ Manipulation
|
|||||||
string(STRIP <string> <output_variable>)
|
string(STRIP <string> <output_variable>)
|
||||||
|
|
||||||
Store in an ``<output_variable>`` a substring of a given ``<string>``
|
Store in an ``<output_variable>`` a substring of a given ``<string>``
|
||||||
with leading and trailing spaces removed.
|
with leading and trailing spaces and newlines removed.
|
||||||
|
|
||||||
.. signature::
|
.. signature::
|
||||||
string(GENEX_STRIP <string> <output_variable>)
|
string(GENEX_STRIP <string> <output_variable>)
|
||||||
|
|||||||
Reference in New Issue
Block a user