1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-09 23:34:23 +00:00

meson_options.txt: remove leftover noascii option (#282)

This commit is contained in:
Valeri 2023-06-21 11:23:06 +03:00 committed by GitHub
parent 8107ceb0fa
commit 4a862c932e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,6 @@ option(
description : 'Build and run tests'
)
option(
'noascii',
type : 'boolean',
value : false,
description : 'Enable support for non-ASCII enumeration identifier'
)
option(
'hash',
type : 'boolean',