opm-simulators/configure
Andreas Lauser 23088686a6 autodiff: make it compatible with dunecontrol
the 'configure' script was missing...
2013-07-30 21:12:23 +02:00

4 lines
128 B
Bash
Executable File

#!/bin/sh
# forward to the corresponding script in the cmake/Scripts/ directory
exec $(dirname $0)/cmake/Scripts/configure "$@"