mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fix syntax error in configure shell script
strangly enough, it seems to work like it was in some circumstances...
This commit is contained in:
parent
fb672abee9
commit
d07b201656
3
cmake/Scripts/configure
vendored
3
cmake/Scripts/configure
vendored
@ -171,8 +171,7 @@ for OPT in "$@"; do
|
||||
OPTARG=${OPT#--}
|
||||
# OPTARG now contains everything after double dashes
|
||||
case "${OPTARG}" in
|
||||
config-cache)
|
||||
cache-file=*)
|
||||
config-cache|cache-file=*)
|
||||
# prevent the previous CMake cache from being deleted. The
|
||||
# second option is only here for Dune/autotools compatibility
|
||||
config_cache="1"
|
||||
|
Loading…
Reference in New Issue
Block a user