Add MinSizeRel and RelWithDebInfo to MSVCBuildDir check
parent
87dcee6ac2
commit
09a6910dc7
|
@ -163,6 +163,8 @@ bool detectMSVCBuildDir(const std::string &path)
|
||||||
{
|
{
|
||||||
const char *ends[] = {
|
const char *ends[] = {
|
||||||
"bin\\Release",
|
"bin\\Release",
|
||||||
|
"bin\\MinSizeRel",
|
||||||
|
"bin\\RelWithDebInfo",
|
||||||
"bin\\Debug",
|
"bin\\Debug",
|
||||||
"bin\\Build",
|
"bin\\Build",
|
||||||
NULL
|
NULL
|
||||||
|
|
Loading…
Reference in New Issue