mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-18 17:31:57 +08:00
Initialize verbose based onb the env.var.
Alex
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
|
|
||||||
cmQtAutomoc::cmQtAutomoc()
|
cmQtAutomoc::cmQtAutomoc()
|
||||||
:Verbose(true)
|
:Verbose(cmsys::SystemTools::GetEnv("VERBOSE") != 0)
|
||||||
,RunMocFailed(false)
|
,RunMocFailed(false)
|
||||||
,GenerateAll(false)
|
,GenerateAll(false)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user