mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:39:40 +08:00
122bdbcec6
Resolves https://github.com/microsoft/vcpkg/issues/22980 https://github.com/microsoft/vcpkg/pull/12785 Added a set of `CMAKE_CXX_STANDARD` in this CMake config which accidentally overwrites higher versions. Upstream already has a `target_compile_options` to do this the Right Way. This change: * Deletes the offending attempt to set CMAKE_CXX_STANDARD. Downstream users that don't listen to the INTERFACE_COMPILE_FEATURES need to be patched locally. * Modernizes to use vcpkg_cmake_Xxx. * Removes attempt to fix up paths that already appears handled by `vcpkg_cmake_config_fixup`. * Adds quotes. |
||
---|---|---|
.. | ||
0001_cmakelists_fixes.patch | ||
0002_use_glog_target.patch | ||
0003_fix_exported_ceres_config.patch | ||
0004_fix_lib_path_linux.patch | ||
find-package-required.patch | ||
portfile.cmake | ||
vcpkg.json |