mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
Merge topic 'fix-installscripts-gen'
183d25f1b8Merge branch 'backport-fix-installscripts-gen' into fix-installscripts-genca5e6dadb5install: Generate InstallScripts.json in consistent location98a34a06e6install: Generate InstallScripts.json in consistent location Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !10168
This commit is contained in:
@@ -1807,7 +1807,10 @@ void cmGlobalGenerator::WriteInstallJson() const
|
||||
index["Configs"].append(config);
|
||||
}
|
||||
}
|
||||
this->WriteJsonContent("CMakeFiles/InstallScripts.json", index);
|
||||
this->WriteJsonContent(
|
||||
cmStrCat(this->CMakeInstance->GetHomeOutputDirectory(),
|
||||
"/CMakeFiles/InstallScripts.json"),
|
||||
index);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user