This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
0304e54528
CMake
/
Tests
/
RunCMake
/
CommandLine
/
D_nested_cache-stderr.txt
2 lines
23 B
Plaintext
Raw
Normal View
History
Unescape
Escape
cmCacheManager: parse -D flags more strictly 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.
2014-10-20 20:17:19 +04:00
^-->-DBAR:BOOL=BAZ<--$