summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmake.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index e9b5a17..9a77c1f 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -1617,7 +1617,7 @@ int cmake::CheckBuildSystem()
// We do not need to rerun CMake. Check dependency integrity. Use
// the make system's VERBOSE environment variable to enable verbose
// output.
- bool verbose = cmSystemTools::GetEnv("VERBOSE");
+ bool verbose = cmSystemTools::GetEnv("VERBOSE") != 0;
cmLocalUnixMakefileGenerator2::CheckDependencies(mf, verbose);
// No need to rerun.