mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-03 14:20:27 +00:00
string(STRIP): Document that it removes newlines
This commit is contained in:
@@ -279,7 +279,7 @@ Manipulation
|
||||
string(STRIP <string> <output_variable>)
|
||||
|
||||
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::
|
||||
string(GENEX_STRIP <string> <output_variable>)
|
||||
|
||||
Reference in New Issue
Block a user