Hi,
This patch fix an error in cmake:
CMake Error at projects/compiler-rt/cmake/config-ix.cmake:420 (list): list sub-command REMOVE_DUPLICATES requires list to be present.
Thanks
Differential D27719
[compiler-rt] Fix error in cmake. Check for empty list. mpividori on Dec 13 2016, 10:23 AM. Authored by
Details Hi, CMake Error at projects/compiler-rt/cmake/config-ix.cmake:420 (list): list sub-command REMOVE_DUPLICATES requires list to be present. Thanks
Diff Detail
Event TimelineComment Actions @zturner I got that error again starting from scratch in a windows machine. So, I think we should add this patch. Comment Actions @zturner, mmm in fact I think this is better. We can show the message if the list is empty. |