mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 23:29:55 -05:00
kate: the prev_target is not used by kate
...this was a leftover from experimenting Alex
This commit is contained in:
@@ -90,7 +90,6 @@ cmExtraKateGenerator::WriteTargets(const cmMakefile* mf,
|
||||
"\t\"build\": {\n"
|
||||
"\t\t\"directory\": \"" << mf->GetHomeOutputDirectory() << "\",\n"
|
||||
"\t\t\"default_target\": \"all\",\n"
|
||||
"\t\t\"prev_target\": \"all\",\n"
|
||||
"\t\t\"clean_target\": \"clean\",\n"
|
||||
"\t\t\"targets\":[\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user