]> granicus.if.org Git - graphviz/commit
fix failure to find Cairo, PangoCairo under CMake < 3.12
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 13 Sep 2020 22:05:28 +0000 (15:05 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 13 Sep 2020 22:18:35 +0000 (15:18 -0700)
commitb14ac3c0734fc493eb2247b915eae9aff26ca703
tree6558756d348b0557cb14bcc7a8730bc5b0df965d
parented183a6cd2eb27c7322940f9ce6b39b73c095d59
fix failure to find Cairo, PangoCairo under CMake < 3.12

The changes introduced in 3ecf2f6206a486fecdea870b7f29ea539345642a and
b4f998c133566ef9cb416c085d1ce49e539bec30 were accidentally assuming the behavior
of PkgConfig that is only true after CMake 3.12. Namely that it sets the
*_LINK_LIBRARIES variable for packages it discovers. Closes #1824.
cmake/FindCairo.cmake
cmake/FindPangoCairo.cmake