mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-21 23:00:50 +08:00
Fix build: non-void function must return a value
Alex
This commit is contained in:
@@ -168,7 +168,7 @@ bool cmQtAutomoc::Run(const char* targetDirectory)
|
|||||||
delete gg;
|
delete gg;
|
||||||
gg = NULL;
|
gg = NULL;
|
||||||
makefile = NULL;
|
makefile = NULL;
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user