[PATCH] D49485: CMake: use new policy for CMP0051
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 18 13:23:11 PDT 2018
MatzeB added a comment.
Looking through llvms macros I see some get_property(... SOURCES) in AddLLVM.cmake. Basically looking for entries in the list that end in a .c or .cpp suffix, which at a first glance looks like it should still work even with some generator expressions in between.
Repository:
rL LLVM
https://reviews.llvm.org/D49485
More information about the llvm-commits
mailing list