COMP: Fix conversion warning.
This commit is contained in:
parent
163e3ff56c
commit
9f38df7046
@ -2183,7 +2183,7 @@ cmLocalUnixMakefileGenerator3
|
|||||||
cmTarget* target = m_Makefile->FindTarget(name);
|
cmTarget* target = m_Makefile->FindTarget(name);
|
||||||
|
|
||||||
// If no target was found in the current makefile search globally.
|
// If no target was found in the current makefile search globally.
|
||||||
bool local = target;
|
bool local = target?true:false;
|
||||||
if(!local)
|
if(!local)
|
||||||
{
|
{
|
||||||
target = m_GlobalGenerator->FindTarget(0, name);
|
target = m_GlobalGenerator->FindTarget(0, name);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user