dev-cafe / autocmake

CMake plugin composer.
http://autocmake.org
BSD 3-Clause "New" or "Revised" License
41 stars 18 forks source link

ERROR: bad input to setup, wanted to know which input keyword... #217

Open miroi opened 6 years ago

miroi commented 6 years ago

Hi,

would be good to know which is the wrong input keyword in the error output ....

python setup --generator="MinGW Makefiles" --cmake-options="--no-warn-unused-cli -D BUILDNAME='appveyor_gfortran' " --blas=off --lapack=off --explicit-libs="C:/software/OpenBLAS-v0.2.14-Win64-int32/bin/libopenblas.a"
ERROR: bad input to setup
Usage:
  ./setup [options] [<builddir>]
  ./setup (-h | --help)
Options:
  --fc=<FC>            
bast commented 6 years ago

I agree. I have looked at it briefly some time ago (https://github.com/coderefinery/autocmake/issues/170) but still don't know how to do it. Suggestions and pull requests welcome.