This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Use correct variable as header install prefix
ClosedPublic

Authored by phosek on Jul 14 2018, 8:23 PM.

Details

Summary

This variable is already set in CMakeLists.txt but it wasn't used
which means that the headers get installed into a wrong location
when the per target runtime directory option is being used.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.Jul 14 2018, 8:23 PM
smeenai accepted this revision.Jul 14 2018, 8:43 PM
smeenai added a subscriber: smeenai.

Seems like an obvious enough fix, so I'm jumping in to LGTM.

This revision is now accepted and ready to land.Jul 14 2018, 8:43 PM
This revision was automatically updated to reflect the committed changes.