[BUG] Installed headers return CMake / configure_file placeholders for version numbers
Author: BillyONealCreated Aug 17, 2026Updated Sep 16, 2026
Labelsbug? - Needs Triageinactive-30dCUTLASS C++
Which component has the problem?
CUTLASS C++
Bug Report
https://github.com/NVIDIA/cutlass/commit/bbe579a9e3beb6ea6626d9227ec32d0dae119a49#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aR54-R612 removed configure_file for version.h, but version.h still has @Replacements@ in getVersionString and getGitRevision:
In vcpkg we patched this in https://github.com/microsoft/vcpkg/pull/53412
Source: NVIDIA/cutlass