parent
45def06d59
commit
c6b48b67f9
|
@ -264,7 +264,7 @@ void ImportProject::importCompileCommands(std::istream &istr)
|
|||
|
||||
/* CMAKE produces the directory without trailing / so add it if not
|
||||
* there - it is needed by setIncludePaths() */
|
||||
if(!endsWith(dirpath, '/'))
|
||||
if (!endsWith(dirpath, '/'))
|
||||
dirpath += '/';
|
||||
|
||||
const std::string directory = Path::fromNativeSeparators(dirpath);
|
||||
|
|
Loading…
Reference in New Issue