This commit is contained in:
parent
623f02a41b
commit
4e2f515718
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ namespace Crafter {
|
||||||
}
|
}
|
||||||
cmakeDeps.emplace_back(path.parent_path(), options);
|
cmakeDeps.emplace_back(path.parent_path(), options);
|
||||||
continue;
|
continue;
|
||||||
} else if(type "include") {
|
} else if(type == "include") {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue