forked from organicmaps/organicmaps-tmp
Remove dummy CHECK.
This commit is contained in:
parent
30c4583904
commit
966ffaa41d
1 changed files with 2 additions and 2 deletions
|
@ -138,8 +138,8 @@ int main(int argc, char ** argv)
|
|||
}
|
||||
else
|
||||
{
|
||||
// used for one country generation - append destination file
|
||||
CHECK ( !FLAGS_output.empty(), ("No destination specified. Did you forget --output?") );
|
||||
// Used for one country generation - append destination file.
|
||||
// FLAGS_output may be empty for FLAGS_make_coasts flag.
|
||||
genInfo.m_datFilePrefix = path + FLAGS_output;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue