mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Help: Add note to avoid trailing backslashes in paths passed via cmake -D
Closes: #28089
This commit is contained in:
@@ -74,6 +74,12 @@
|
||||
precedence regardless of order because of the nature of non-``FORCE``
|
||||
``set(... CACHE ...)`` calls.
|
||||
|
||||
.. note::
|
||||
|
||||
When passing a :ref:`semicolon-separated list <CMake Language Lists>`
|
||||
of paths on Windows, avoid paths with a trailing ``\``, as it may
|
||||
escape the following ``;`` during list expansion.
|
||||
|
||||
.. option:: -U <globbing_expr>
|
||||
|
||||
Remove matching entries from CMake ``CACHE``.
|
||||
|
||||
Reference in New Issue
Block a user