mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 12:19:54 -05:00
8 lines
285 B
ReStructuredText
8 lines
285 B
ReStructuredText
cache-newline
|
|
-------------
|
|
|
|
* Variables containing newlines in their values now get truncated before the
|
|
newline when they are written to the cache file. In addition, a warning
|
|
comment is written to the cache file, and a warning message is displayed to
|
|
the user on the console.
|