Skip to content

cmake: Avoid pkg-config on Windows.

Jose Fonseca requested to merge jrfonseca/piglit:cmake-libvulkan-mingw into master

pkg-config is not very reliable for Windows. In particular, when doing MinGW cross compilation pkg-config will mistakenly pickup the host headers, regardless MinGW has those headers or not.

/cc @sroland @charmainel @bhenden @hikiko

Merge request reports