• Vladislav Vaintroub's avatar
    Windows, compiling - disable pkg_config · 2dd8a732
    Vladislav Vaintroub authored
    pkg_config usually comes with Strawberry perl, and tends to find packages
    that might work in mingw compilation, but not with MSVC.
    
    Thus disable PKG_CONFIG, otherwise any FIND_PACKAGE() that is using PkgConfig
    can find something (like LibXml2 from connect), can potentially find something
    that is not going to compile.
    2dd8a732
Windows.cmake 9.12 KB