This commit is contained in:
Thomas Krijnen
2017-09-10 17:15:04 +02:00
parent 4f31b9467a
commit ee16deabe5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ except KeyError:
BUILD_CFG="RelWithDebInfo"
os.environ["BUILD_CFG"]=BUILD_CFG
USE_OCCT = os.environ.get("USE_OCCT", "false").lower() == "true"
USE_OCCT = os.environ.get("USE_OCCT", "true").lower() == "true"
# Print build configuration information