This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Use append for CMAKE_REQUIRED_* variables
ClosedPublic

Authored by phosek on Sep 21 2020, 10:32 PM.

Details

Summary

This ensures that required includes and libraries such as -lm that
were added earlier aren't overwritten.

Diff Detail

Event Timeline

phosek created this revision.Sep 21 2020, 10:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 21 2020, 10:32 PM
phosek requested review of this revision.Sep 21 2020, 10:32 PM
This revision is now accepted and ready to land.Sep 21 2020, 11:00 PM
This revision was automatically updated to reflect the committed changes.