This avoids duplicate directories when the filename includes path.
This addresses PR39145
Differential D52762
[CMake] Use just basename when copying C++ ABI headers phosek on Oct 1 2018, 7:14 PM. Authored by
Details
This avoids duplicate directories when the filename includes path. This addresses PR39145
Diff Detail
Event TimelineComment Actions Thanks. I can confirm that it fixes installing libsupc++ headers for us on the main ABI. Apparently the headers in 32-bit multilib build aren't installed but I see the same issue with libcxx-6.0.1, so it's not a regression (and probably a bug on our end). Comment Actions Do we have an open-source tester that would have caught that? Do we build against libsupc++ on Green Dragon? |