The library fails to install under certain paths.
Author: IceNeatCreated Nov 14, 2025Updated Nov 14, 2025
Labelsbugcmake
The CMake code below (from the file cmake/draco_install.cmake) requires draco_src_root to be a regex, which rules out certain valid strings for paths:
list(TRANSFORM draco_api_includes REPLACE "${draco_src_root}/" "")
Source: google/draco