mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-30 18:29:37 -06:00
In the case of:
-DCACHE_VARS=-DEXTERNAL_PROJECT_CMAKE_ARG:BOOL=TRUE
the variable is parsed out as:
CACHE_VARS=-DEXTERNAL_PROJECT_CMAKE_ARG
because the parser allows '=' in the variable name. Disallow such a name
on the command line.
2 lines
23 B
Plaintext
2 lines
23 B
Plaintext
^-->-DBAR:BOOL=BAZ<--$
|