rapidsai / rapids-cmake

https://docs.rapids.ai/api/rapids-cmake/stable/
Apache License 2.0
29 stars 46 forks source link

Ensure support_conda_env uses `isystem` #588

Closed robertmaynard closed 5 months ago

robertmaynard commented 5 months ago

Description

Conda injects the path to the conda include directory as a system include when building via CXXFLAGS / CFLAGS / etc. We need to match this behavior so that we have consistent search order, since system includes are used last compared to user includes.

Checklist

robertmaynard commented 5 months ago

/merge