option(
  'pyprojectwheelbuild',
  type: 'feature',
  value: 'auto',
  description: 'Enable building of the wheel via `pyproject.toml`',
)

option(
  'soversion',
  type: 'string',
  value: '1',
  description: 'Shared object version',
)

option(
  'testing',
  type: 'feature',
  value: 'auto',
  description: 'Enable testing of example"s Fortran library',
)

option(
  'verbose',
  type: 'integer',
  value: 1,
  min: 0,
  description: 'Verbosity of the build (i.e. control how many messages are shown)',
)
