Skip to content

Conversation

@martin-belanger
Copy link

Use configure_file() with the install argument instead of using a separate install_data(). This fixes a problem when nvme-cli is used as a subproject of another meson project.

Also, define the variable libnvme_subproject to make the libnvme subproject available to other meson projects that want to use nvme-cli as a subproject.

Fixes: #2960

Use configure_file() with the install argument instead of using
a separate install_data(). This fixes a problem when nvme-cli is
used as a subproject of another meson project.

Signed-off-by: Martin Belanger <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build error: meson.build:334:2: ERROR: Sandbox violation: Tried to grab file 70-nvmf-autoconnect.conf outside current (sub)project.

2 participants