Skip to content

Commit e059d2c

Browse files
authored
Remove non-existing variable
1 parent 2b7b2e0 commit e059d2c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

conanfile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ def generate(self):
8282
tc.variables["CURA_FORMULA_VERSION_VERSION"] = f'{self.version}'
8383
tc.variables["ENABLE_TESTS"] = not self.conf.get("tools.build:skip_test", False, check_type=bool)
8484

85-
tc.variables["WITH_CLI"] = self.options.get_safe("with_cli", False)
86-
8785
if is_msvc(self):
8886
tc.variables["USE_MSVC_RUNTIME_LIBRARY_DLL"] = not is_msvc_static_runtime(self)
8987

0 commit comments

Comments
 (0)