mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-03-12 16:50:15 +01:00
There was a change in the GitHub action Windows environment that caused CMake to stop finding pkg-config. So, using find_package instead of pkg-config fixes the builds in that environment. It also makes the CMake configuration more consistent since we are already using find_package for other libraries.