Ticket #1263 (closed task: fixed)
Disable CUDA in bundled NVTT's CMake build script
| Reported by: | Philip | Owned by: | philip |
|---|---|---|---|
| Priority: | Should Have | Milestone: | Alpha 10 |
| Component: | Build & Packages | Keywords: | simple |
| Cc: |
Description
The bundled libraries/nvtt/src/ tries to link against the CUDA toolkit if it can be found. That's unnecessary (we don't need the performance of CUDA) and causes various problems with CUDA toolkit incompatibility and run-time dependencies. It'd be best to just patch our version of NVTT somehow so that it never uses CUDA at all, to avoid those problems.
Change History
Note: See
TracTickets for help on using
tickets.

In 11502: