This is an archive of the discontinued LLVM Phabricator instance.

Fix CMake config breakage in COMPILE_LANGUAGE generator
AbandonedPublic

Authored by etcwilde on Feb 2 2020, 3:38 PM.

Details

Summary

Listing multiple languages in the COMPILE_LANGUAGE generator is legal in CMake 3.15 and above, but not legal in earlier CMake versions.
Replacing that with an OR should behave the same way and be legal for older versions of CMake.

Diff Detail

Event Timeline

etcwilde created this revision.Feb 2 2020, 3:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 2 2020, 3:38 PM
etcwilde abandoned this revision.Feb 2 2020, 6:35 PM

Yep. Same change. Closing.