mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
sntk2ssrf-build.sh: minor fixes
- Reverse warning question logic. - Remove marble related cmake flag. Signed-off-by: Salvador Cuñat <salvador.cunat@gmail.com>
This commit is contained in:
parent
1a0ea6cc97
commit
d7d8434f4e
1 changed files with 1 additions and 2 deletions
|
@ -47,7 +47,7 @@ to rebuild it after running this script.
|
|||
Proceed? [y/n]\n"
|
||||
|
||||
read -rs _proceed
|
||||
[[ $_proceed == "n" ]] && exit 0
|
||||
[[ $_proceed != "y" && $_proceed != "Y" ]] && exit 0
|
||||
|
||||
# check for arguments and set options if any
|
||||
#
|
||||
|
@ -135,7 +135,6 @@ cmake -DBTSUPPORT=OFF \
|
|||
-DFTDISUPPORT=OFF \
|
||||
-DMAKE_TESTS=OFF \
|
||||
-DNO_DOCS=ON \
|
||||
-DNO_MARBLE=ON \
|
||||
-DNO_PRINTING=ON \
|
||||
-DNO_USERMANUAL=ON \
|
||||
-DUSE_WEBENGINE=OFF \
|
||||
|
|
Loading…
Reference in a new issue