Skip to content

Commit

Permalink
replace cmake configuration workaround with a straight copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan200101 committed Dec 11, 2024
1 parent 1c33bdc commit 296f16b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test cases/frameworks/7 gnome/mkenums/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,10 @@ test('enum test 5', enumexe5)

# Generate template then use as input to mkenums

# Simple trick to copy the file without substitutions, can be
# removed when https://github.com/mesonbuild/meson/pull/3383 is fixed
gen_h_template = configure_file(input: 'enums.h.in',
output: 'enums6.h.in',
configuration: configuration_data(),
format: 'cmake')
copy: true)

enums_h6 = gnome.mkenums('enums6',
sources : 'meson-sample.h',
Expand Down

0 comments on commit 296f16b

Please sign in to comment.