Skip to content

Commit abc8313

Browse files
committed
typo in build.sh and bld.bat
1 parent 593baff commit abc8313

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/conda/bld.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cmake -G "Ninja" -DCMAKE_INSTALL_PREFIX="%LIBRARY_PREFIX%" ^
99
-DPython3_FIND_STRATEGY=LOCATION ^
1010
-DPython3_FIND_REGISTRY=NEVER ^
1111
-DPYTHONOCC_WRAP_SMESH=OFF ^
12-
-SWIG_HIDE_WARNINGS=ON ^
12+
-DSWIG_HIDE_WARNINGS=ON ^
1313
..
1414
if errorlevel 1 exit 1
1515

ci/conda/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cmake -G Ninja -DCMAKE_INSTALL_PREFIX=$PREFIX \
88
-DPython3_FIND_STRATEGY=LOCATION \
99
-DPython3_FIND_FRAMEWORK=NEVER \
1010
-DPYTHONOCC_WRAP_SMESH=OFF \
11-
-SWIG_HIDE_WARNINGS=ON \
11+
-DSWIG_HIDE_WARNINGS=ON \
1212
.
1313
# Build step
1414
# on linux travis, limit the number of concurrent jobs otherwise

0 commit comments

Comments
 (0)