mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 01:19:31 -05:00
CPackIFW: Fix attributes for Promoting Updates repository replacement
Fix spelling of attributes added by commit v3.6.0-rc1~52^2 (CPackIFW: Add support for Promoting Updates, 2016-05-17).
This commit is contained in:
committed by
Brad King
parent
dd71ec2c93
commit
7a30fa1a41
@@ -299,8 +299,8 @@ void cmCPackIFWRepository::WriteRepositoryUpdate(cmXMLWriter& xout)
|
|||||||
if (Update == Add || Update == Remove) {
|
if (Update == Add || Update == Remove) {
|
||||||
xout.Attribute("url", Url);
|
xout.Attribute("url", Url);
|
||||||
} else if (Update == Replace) {
|
} else if (Update == Replace) {
|
||||||
xout.Attribute("oldurl", OldUrl);
|
xout.Attribute("oldUrl", OldUrl);
|
||||||
xout.Attribute("newurl", NewUrl);
|
xout.Attribute("newUrl", NewUrl);
|
||||||
}
|
}
|
||||||
// Enabled
|
// Enabled
|
||||||
if (!Enabled.empty()) {
|
if (!Enabled.empty()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user