summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-03-13 15:32:03 (GMT)
committerBrad King <brad.king@kitware.com>2023-03-13 15:32:03 (GMT)
commit88bc8dfc14f02ee07654c906a0e6be5d5a33b017 (patch)
tree18c68fc8328878bdf6c207f1781afb5aa40a40d7 /Source/cmGlobalGenerator.cxx
parentfcad8d0630036cde6e99ae600e101dbbd5646c96 (diff)
downloadCMake-88bc8dfc14f02ee07654c906a0e6be5d5a33b017.zip
CMake-88bc8dfc14f02ee07654c906a0e6be5d5a33b017.tar.gz
CMake-88bc8dfc14f02ee07654c906a0e6be5d5a33b017.tar.bz2
cmMakefile: Store recursion depth limit as size_t
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r--Source/cmGlobalGenerator.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx
index 72eed69..7ed68d6 100644
--- a/Source/cmGlobalGenerator.cxx
+++ b/Source/cmGlobalGenerator.cxx
@@ -110,8 +110,6 @@ cmGlobalGenerator::cmGlobalGenerator(cmake* cm)
this->ConfigureDoneCMP0026AndCMP0024 = false;
this->FirstTimeProgress = 0.0f;
- this->RecursionDepth = 0;
-
cm->GetState()->SetIsGeneratorMultiConfig(false);
cm->GetState()->SetMinGWMake(false);
cm->GetState()->SetMSYSShell(false);