'-c','--clean',help="Clean a previous build instead of preparing a build.",action='store_true')
argparser.add_argument(
'-C','--veryclean',help="Clean a previous build instead of preparing a build (also deleting the install prefix).",action='store_true')
'-C','--veryclean',help="Clean a previous build instead of preparing a build (also deleting the install prefix).",
action='store_true')
argparser.add_argument(
'-d','--debug',help="Prepare a debug build, eg. add debug symbols and use no optimizations.",action='store_true')
argparser.add_argument(
'-f','--force',help="Force preparation, even if working directory already exist.",action='store_true')
argparser.add_argument(
'-G','--generator',help="CMake build system generator (default: let CMake choose, use cmake -h to get the complete list).",default=None,dest='generator')
'-G','--generator',help="CMake build system generator (default: let CMake choose, use cmake -h to get the complete list).",