summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/D_nested_cache-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* cmCacheManager: parse -D flags more strictlyBen Boeckel2014-10-201-1/+1
| | | | | | | | | | | | | 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.
* Tests: test -D parsing on the command lineBen Boeckel2014-10-201-0/+1