Skip to content

Commit

Permalink
Merge branch 'develop' into optimist
Browse files Browse the repository at this point in the history
  • Loading branch information
andreeis authored Oct 8, 2020
2 parents eff7b23 + 00625fd commit 81da7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmake-tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1391,7 +1391,7 @@ export class CMakeTools implements vscode.Disposable, api.CMakeToolsAPI {
return -2;
}

const sourceDir = cmtFolder.folder.uri.fsPath;
const sourceDir = await this.sourceDir;
const mainListFile = path.join(sourceDir, 'CMakeLists.txt');

if (await fs.exists(mainListFile)) {
Expand Down

0 comments on commit 81da7fb

Please sign in to comment.