Skip to content

Commit 77f63e2

Browse files
committed
Add SV language to osgeo.github.io
1 parent 17ea160 commit 77f63e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build-pages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
DIR=$(git rev-parse --show-toplevel)
99
pushd "${DIR}" > /dev/null || exit
1010
pushd build > /dev/null || exit
11-
cmake -DHTML=ON -DFI=ON -DIT=ON -DJA=ON -DES=ON -DFR=ON -DDE=ON -DHU=ON -DOSGeoLiveDoc_DEBUG=ON ..
11+
cmake -DHTML=ON -DFI=ON -DIT=ON -DJA=ON -DES=ON -DFR=ON -DSV=ON -DDE=ON -DHU=ON -DOSGeoLiveDoc_DEBUG=ON ..
1212
make
1313
popd
1414
bash scripts/clean-images.sh

0 commit comments

Comments
 (0)