mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Initialize verbose based onb the env.var.
Alex
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
|
||||
cmQtAutomoc::cmQtAutomoc()
|
||||
:Verbose(true)
|
||||
:Verbose(cmsys::SystemTools::GetEnv("VERBOSE") != 0)
|
||||
,RunMocFailed(false)
|
||||
,GenerateAll(false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user