mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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