commit | e34aaa1fd835c13131bf82b16b768253e14e9247 | [log] [tgz] |
---|---|---|
author | Derek Schuff <dschuff@chromium.org> | Thu Mar 23 23:06:21 2017 |
committer | Derek Schuff <dschuff@chromium.org> | Thu Mar 23 23:06:21 2017 |
tree | 59b40937588eb782101c6d11a504dbfd30235fda | |
parent | ce163fdd0f16b4481e5cf77a16d45e9b4dc8300e [diff] |
Allow disabling libXML in Clang's CMake build We used this before the Precise upgrade for the same purpose I'm reintroducing it; the sysroot we are building in lacks libXML but Clang's CMake build finds it on the host system. R=stichnot@google.com, bradnelson@chromium.org BUG= https://bugs.chromium.org/p/nativeclient/issues/detail?id=4394 Review-Url: https://codereview.chromium.org/2769743004 .