-
Hello there, I am trying to compile on some outdated hardware that requires me to include the Right now, my meson setup is a top level What is the proper way of specifying the C++ standard that the CUDA project should use?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Did you try |
Beta Was this translation helpful? Give feedback.
-
I think I found the change that works and can be useful for others. I put the multiple language requirements for project within brackets
|
Beta Was this translation helpful? Give feedback.
I think I found the change that works and can be useful for others. I put the multiple language requirements for project within brackets
[]
and then also have all thedefault_options
. I thought I had tried that last night but evidently not. Thank you developers for including themeson init --language=cuda
. That showed me where I was going wrong.