You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anaconda Distribution (formerly Anaconda Individual Edition)
Miniconda
Anaconda.org
What happened?
When enabling older CUDA (11.4.4) language on Ubuntu 22.04 LTS (v6.5 Linux kernel), CMake does not seem to find the system include headers from Conda environment and falls through to the system ones.
Checklist
Impacted product
What happened?
When enabling older CUDA (11.4.4) language on Ubuntu 22.04 LTS (v6.5 Linux kernel), CMake does not seem to find the system include headers from Conda environment and falls through to the system ones.
Commands used to configure Conda:
Here's the simplest CMakeFiles.txt I am using to reproduce this error:
Here's the error I am getting:
This seems to be "fix" the issue:
The CMake command:
Is this a bug in CMake / Conda or are we missing a step?
Expected behavior or outcome
CMake successfully finds the include headers under the Conda environment and successfully generates the make files.
Conda info
Conda config
Conda list
Additional information
No response
The text was updated successfully, but these errors were encountered: