REMOVE_ITEM fails if CMAKE_REQUIRED_LIBRARIES is empty.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I have a workaround for this locally. I guess this is only relevant with older CMakes.
Comment Actions
Oh yeah? "Version 3.4.3 " is specified as the minimum on the llvm project docs. Would that one avoid the problem?
I'll push this change but also work on getting our local build system upgraded.
Comment Actions
I don't know what version of CMake supports that, but I think 3.9.3 doesn't. In any case, the fix is trivial.