eyalroz / cuda-api-wrappers

Thin, unified, C++-flavored wrappers for the CUDA APIs
BSD 3-Clause "New" or "Revised" License
769 stars 79 forks source link

Streamline `cuda-api-wrappers-config.cmake` + no need to use preprocessing for it #562

Closed eyalroz closed 8 months ago

eyalroz commented 8 months ago

We're currently preprocessing a cuda-api-wrappers-config.cmake.in file, to produce `cuda-api-wrappers-config.cmake. The processing plants the project name in a couple of places. But - the dependencies in there are project-specific anyway, so the whole exercise is pointless and we can just have the post-preprocessing file (sans a couple of comments) bundled and installed as is.