]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/docs/maintainers/ports/vcpkg-cmake-config.md
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / docs / maintainers / ports / vcpkg-cmake-config.md
1 # vcpkg-cmake-config
2
3 `vcpkg-cmake-config` provides `vcpkg_cmake_config_fixup()`,
4 a function which both:
5
6 - Fixes common mistakes in port build systems, like using absolute paths
7 - Merges the debug and release config files.
8
9 This function should almost always be used when a port has `*config.cmake` files,
10 even when the buildsystem of the project is not CMake.