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.
A number of patches in the repository would modify the install paths to use
${CMAKE_INSTALL_DATADIR}
so it matched wherevcpkg
expected things to be. To simplify things drop these patches and callvcpkg_cmake_config_fixup
with the properCONFIG_PATH
.