Skip to content
  • Scott Giese's avatar
    Improve PkgConfig usage · 89450b7e
    Scott Giese authored
    Including FindPkgConfig directly into scripts is not a recommended practice.
    Doing so will cause CMake to complain with a warning.
    Replaced with find_package(PkgConfig QUIET)
    89450b7e