File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ def get_os():
142142 BUILD_CFG = "RelWithDebInfo"
143143 os .environ ["BUILD_CFG" ]= BUILD_CFG
144144
145- USE_OCCT = os .environ .get ("USE_OCCT" , "false " ).lower () == "true"
145+ USE_OCCT = os .environ .get ("USE_OCCT" , "true " ).lower () == "true"
146146
147147# Print build configuration information
148148
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ IF NOT EXIST "%INSTALL_DIR%". mkdir "%INSTALL_DIR%"
6767IF %VS_VER% == 2008 set PATH = C:\Windows\Microsoft.NET\Framework\v3.5;%PATH%
6868
6969:: User-configurable build options
70- IF NOT DEFINED IFCOS_USE_OCCT set IFCOS_USE_OCCT = FALSE
70+ IF NOT DEFINED IFCOS_USE_OCCT set IFCOS_USE_OCCT = TRUE
7171IF NOT DEFINED IFCOS_INSTALL_PYTHON set IFCOS_INSTALL_PYTHON = TRUE
7272IF NOT DEFINED IFCOS_USE_PYTHON2 set IFCOS_USE_PYTHON2 = FALSE
7373IF NOT DEFINED IFCOS_NUM_BUILD_PROCS set IFCOS_NUM_BUILD_PROCS = %NUMBER_OF_PROCESSORS%
You can’t perform that action at this time.
0 commit comments