Build: Don't install anything as subproject

Fixes #63.
This commit is contained in:
James Westman 2022-06-09 01:00:33 -05:00
parent 9c5e697119
commit 76baf4df98
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6

View file

@ -23,6 +23,7 @@ blueprint_compiler = configure_file(
configuration: {
'VERSION': meson.project_version(),
},
install: not meson.is_subproject(),
install_dir: get_option('bindir'),
)