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