Skip to content

Commit

Permalink
turn on pybindings in jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvinrr committed Aug 17, 2023
1 parent 5522fa6 commit 2d70b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pipeline {
cd build
cmake -GNinja -DJP2KFLAG=ON \
-DKAKADU_INCLUDE_DIR=${KAKADU_HEADERS} \
-Dpybindings=OFF \
-Dpybindings=ON \
-DCMAKE_BUILD_TYPE=RELEASE \
-DCMAKE_INSTALL_PREFIX=${CONDA_PREFIX} \
../isis
Expand Down

0 comments on commit 2d70b7c

Please sign in to comment.