opencascade: typo in True
(#38487)
Not sure why flake8 didn't catch this as an undefined name, e.g. https://www.flake8rules.com/rules/F823.html.
This commit is contained in:
parent
53eb6c46db
commit
6e47f1645f
@ -182,7 +182,7 @@ def use_3rdparty(feature, spack_variant=None, depends_on=None, extra_dirs=[]):
|
|||||||
args.append("-DBUILD_DOC_Overview=OFF")
|
args.append("-DBUILD_DOC_Overview=OFF")
|
||||||
|
|
||||||
# Always build the foundation classes
|
# Always build the foundation classes
|
||||||
args.append(self.define("BUILD_MODULE_FoundationClasses", true))
|
args.append(self.define("BUILD_MODULE_FoundationClasses", True))
|
||||||
# Specify which modules to build
|
# Specify which modules to build
|
||||||
for module in [
|
for module in [
|
||||||
"ApplicationFramework",
|
"ApplicationFramework",
|
||||||
|
Loading…
Reference in New Issue
Block a user