Billy O'Neal 122bdbcec6
[ceres] Don't force C++14 on downstream customers. (#22983)
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.
2022-02-08 22:43:23 -08:00
..
2021-12-16 23:03:43 -08:00
2021-12-02 15:48:34 -08:00
2021-12-02 15:48:34 -08:00
2022-02-08 09:04:27 -08:00
2021-11-15 14:32:12 -08:00
2022-01-05 20:21:59 -08:00
2021-10-20 14:45:31 -07:00
2022-01-13 09:17:25 -08:00
2021-12-21 23:18:29 -05:00
2022-01-26 15:19:58 -08:00
2022-01-19 09:15:16 -08:00
2021-11-15 14:32:32 -08:00