We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f29884 commit 0944d9dCopy full SHA for 0944d9d
installer/constants/config.py
@@ -109,7 +109,7 @@ def __getSendStatistics():
109
ON = 'ON'
110
OFF = 'OFF'
111
CONFIG_DEFAULT_VALUES = {
112
- __SEND_INSTALLATION_STATISTICS: __getSendStatistics(),
+ __SEND_INSTALLATION_STATISTICS_ENV: __getSendStatistics(),
113
CMAKE: None,
114
CUDA: ON,
115
MPI: ON,
@@ -135,4 +135,4 @@ def __getSendStatistics():
135
}
136
137
# Do not pass this variables to CMake, only for installer logic
138
-INTERNAL_LOGIC_VARS = [__SEND_INSTALLATION_STATISTICS, CMAKE]
+INTERNAL_LOGIC_VARS = [__SEND_INSTALLATION_STATISTICS_ENV, CMAKE]
0 commit comments