ERR: Fix typo
This commit is contained in:
parent
0a208d5fb5
commit
35033f248d
@ -461,7 +461,7 @@ bool cmFileCommand::HandleInstallCommand(
|
|||||||
std::string destfile = destfilewe;
|
std::string destfile = destfilewe;
|
||||||
if ( ext.size() )
|
if ( ext.size() )
|
||||||
{
|
{
|
||||||
destfile + "." + ext;
|
destfile += ext;
|
||||||
}
|
}
|
||||||
switch( itype )
|
switch( itype )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user