----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55038/ -----------------------------------------------------------
Review request for mesos, Andrew Schwartzmeyer, Daniel Pravat, John Kordich, and Joseph Wu. Repository: mesos Description ------- Currently, the CMake build system employs scripts to find system installations of libsvn and libapr on Unix machines. These scripts will always repeat the search from scratch, independent of whether we've already searched for these libraries. This commit will cause these scripts to terminate early if we've already searched and found these libraries. Diffs ----- 3rdparty/stout/cmake/FindApr.cmake 98adeabc19ac18a6519d72a43e7b7adeb68579de 3rdparty/stout/cmake/FindSvn.cmake e85e882db3b829e61e82945b056eb3cc7f2a803e Diff: https://reviews.apache.org/r/55038/diff/ Testing ------- Thanks, Alex Clemmer
