mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-11 17:49:38 -06:00
Help/instrumentation: Fix "result" key in example snippet file
Snippet file example erroneously included a key of "return" instead of "result".
This commit is contained in:
@@ -448,7 +448,7 @@ Example:
|
||||
"version": 1,
|
||||
"command" : "\"/usr/bin/c++\" \"-MD\" \"-MT\" \"CMakeFiles/main.dir/main.cxx.o\" \"-MF\" \"CMakeFiles/main.dir/main.cxx.o.d\" \"-o\" \"CMakeFiles/main.dir/main.cxx.o\" \"-c\" \"<src>/main.cxx\"",
|
||||
"role" : "compile",
|
||||
"return" : 1,
|
||||
"result" : 1,
|
||||
"target": "main",
|
||||
"language" : "C++",
|
||||
"outputs" : [ "CMakeFiles/main.dir/main.cxx.o" ],
|
||||
|
||||
Reference in New Issue
Block a user