hopefully more consistency

This commit is contained in:
Radovan Bast
2015-09-03 09:33:45 +02:00
parent e20dc5d862
commit ae11533157

View File

@ -154,7 +154,7 @@ def gen_setup(config, relative_path):
options.append(['--generator=<STRING>', 'Set the CMake build system generator [default: Unix Makefiles].']) options.append(['--generator=<STRING>', 'Set the CMake build system generator [default: Unix Makefiles].'])
options.append(['--show', 'Show CMake command and exit.']) options.append(['--show', 'Show CMake command and exit.'])
options.append(['--cmake-executable=<CMAKE_EXECUTABLE>', 'Set the CMake executable [default: cmake].']) options.append(['--cmake-executable=<CMAKE_EXECUTABLE>', 'Set the CMake executable [default: cmake].'])
options.append(['--cmake-options=<OPTIONS>', "Define options to CMake [default: '']."]) options.append(['--cmake-options=<STRING>', "Define options to CMake [default: '']."])
options.append(['<builddir>', 'Build directory.']) options.append(['<builddir>', 'Build directory.'])
options.append(['-h --help', 'Show this screen.']) options.append(['-h --help', 'Show this screen.'])