This is an archive of the discontinued LLVM Phabricator instance.

[Polly][CMake] Introduce POLLY_BUNDLED_JSONCPP.
ClosedPublic

Authored by Meinersbur on May 5 2017, 1:18 PM.

Details

Summary

Allow using a system's install jsoncpp library instead of the bundled one with the setting POLLY_BUNDLED_JSONCPP=OFF.

This fixes llvm.org/PR32929

Diff Detail

Repository
rL LLVM

Event Timeline

Meinersbur created this revision.May 5 2017, 1:18 PM
grosser accepted this revision.May 6 2017, 5:22 AM

This looks good from my side. @sylvestre.ledru, does this work for you?

This revision is now accepted and ready to land.May 6 2017, 5:22 AM

Looks good!

This revision was automatically updated to reflect the committed changes.