1
0
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:
Alex Neundorf
2011-08-10 23:49:30 +02:00
parent ace121534d
commit 93032953af

View File

@@ -8,7 +8,7 @@
cmQtAutomoc::cmQtAutomoc()
:Verbose(true)
:Verbose(cmsys::SystemTools::GetEnv("VERBOSE") != 0)
,RunMocFailed(false)
,GenerateAll(false)
{