diff options
author | MITSUNARI Shigeo <[email protected]> | 2021-10-06 16:27:08 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2021-10-06 16:27:08 +0900 |
commit | dca3930de43f49ef585f331ce516f19995377a46 (patch) | |
tree | b445c37abde63ce4a7a6b27bd91038a8292b6b88 | |
parent | cecd204a506a723950932629bff2dff35f0ebe84 (diff) | |
download | xbyak-dca3930de43f49ef585f331ce516f19995377a46.tar.gz xbyak-dca3930de43f49ef585f331ce516f19995377a46.zip |
remove tabs
-rw-r--r-- | meson.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meson.build b/meson.build index 59d0051..11d68d8 100644 --- a/meson.build +++ b/meson.build @@ -27,15 +27,15 @@ import('pkgconfig').generate( if meson.version().version_compare('>=0.50.0') cmake = import('cmake') - + cmake.write_basic_package_version_file( name: meson.project_name(), version: meson.project_version() ) - + cmake_conf = configuration_data() cmake_conf.set('TARGET_NAME', meson.project_name() + '::' + meson.project_name()) - + cmake.configure_package_config_file( name: meson.project_name(), input: 'cmake'/'meson-config.cmake.in', |