mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-16 22:37:30 +08: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