mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 20:29:56 -06:00
The default behavior of bin2c is to create binary arrays that have no null termination. So to use it as a C array we need to explicitly tell it to create valid null terminated strings. This will safely allow us to run PTX tests across all CUDA drivers.