Skip to content

Commit c32f6a5

Browse files
avoid unused variabel warning/error, add ORE_BUILD
1 parent 4347486 commit c32f6a5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

QuantLib-SWIG

runCmake.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
cmake \
22
-D Python_ROOT_DIR=$PYTHON_ROOT_DIR \
33
-D ORE_USE_ZLIB=ON \
4-
-D ORE=$ORE -G Ninja ..
4+
-D ORE=$ORE \
5+
-D ORE_BUILD=$ORE_BUILD \
6+
-G Ninja ..

0 commit comments

Comments
 (0)