WebKitForWindows / WebKitRequirements

Build scripts for the requirements of the Windows port of WebKit
MIT License
91 stars 17 forks source link

Prefer setting CONFIG_PATH for cmake fixup #181

Closed donny-dont closed 5 months ago

donny-dont commented 5 months ago

A number of patches in the repository would modify the install paths to use ${CMAKE_INSTALL_DATADIR} so it matched where vcpkg expected things to be. To simplify things drop these patches and call vcpkg_cmake_config_fixup with the proper CONFIG_PATH.