mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-21 06:10:16 +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;
|
||||
gg = NULL;
|
||||
makefile = NULL;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user