-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include is ignored by nvq++ #319
Comments
The |
I'm not sure if this is related: when integrating CUDAQ's |
Note that the same applies for libraries that are linked by path.
While the issue can be solved by using |
Adding IMHO setting this variable should be taken care by CUDAQ cmake config files. |
@mdepasca Thanks for the confirmation. We are planning some updates to facilitate integration with common tools, and any feedback regarding what integration scenarios are relevant for you is very welcome. We have added documentation for the CMAKE_INCLUDE_FLAG_CUDAQ flag. I'll keep the issue open so we keep this in mind for a future update. |
I may have spotted additional problems with cmake integration. Do you prefer I open a separate issues? |
I opened issue #545 |
I believe this is fixed. Please reopen (or better open a new issue) if there are other option handling issues with the tools. |
Required prerequisites
Describe the bug
Bug report received via email:
Using nvq++ with its own cmake configuration provided by CUDA Quantum website, whenever I include additional directories to my project,
They are passed to the compiler without the
-I
flag, making them to be ignored during compilation.The output from cmake during build has these messages
Steps to reproduce the bug
See above.
Expected behavior
Include should be processed.
Is this a regression? If it is, put the last known working version (or commit) here.
Not a regression
Environment
Suggestions
No response
The text was updated successfully, but these errors were encountered: