tiernemi / meson-sample-project

A sample project that uses the meson build system and integrates common c++ development tools.
MIT License
118 stars 25 forks source link

clang tidy and format warning: Got an empty configuration_data() object and found no substitutions in the input file […] #1

Open kierun opened 5 years ago

kierun commented 5 years ago

Running with meson version 0.51.1, I got these warnings:

Configuring .clang-format using configuration
meson.build:97: WARNING: Got an empty configuration_data() object and found no substitutions in the input file '.clang-format'. If you want to copy a file to the build dir, use the 'copy:' keyword argument added in 0.47.0

and

Configuring .clang-tidy using configuration
meson.build:117: WARNING: Got an empty configuration_data() object and found no substitutions in the input file '.clang-tidy'. If you want to copy a file to the build dir, use the 'copy:' keyword argument added in 0.47.0

Do ignore the lines since they are from my owned modified meson.build files.

tiernemi commented 5 years ago

I will investigate