Fix bug in cmake bug related to interop#4006
Merged
bettinaheim merged 8 commits intoNVIDIA:mainfrom Mar 9, 2026
Merged
Conversation
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
4 similar comments
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Signed-off-by: Thomas Alexander <talexander@nvidia.com>
…and fix issue NVIDIA#2507. Signed-off-by: Thomas Alexander <talexander@nvidia.com>
Signed-off-by: Thomas Alexander <talexander@nvidia.com>
Signed-off-by: Thomas Alexander <talexander@nvidia.com>
Signed-off-by: Thomas Alexander <talexander@nvidia.com>
Signed-off-by: Thomas Alexander <talexander@nvidia.com>
Signed-off-by: Thomas Alexander <talexander@nvidia.com>
bettinaheim
approved these changes
Mar 9, 2026
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR is based on #3993 and should be rebased/reviewed after that goes into main. The changes unique to this PR are only https://github.com/NVIDIA/cuda-quantum/pull/4006/changes/fc77ae0bcfbd25fa60c55f810f18231ef9899246..268243cfabed487d825d65c3738f642bcf3d08a8
Closes #2507. While working on #3993 I noticed that we did not have coverage for using the installer with cmake. I add a simple integration test here to validate using the installer with cmake. This replicated #2507 and I have added a simple fix for that issue.