]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/vcpkg-cmake-config/README.md
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / vcpkg-cmake-config / README.md
CommitLineData
1e59de90
TL
1# vcpkg-cmake-config
2
3`vcpkg-cmake-config` provides `vcpkg_cmake_config_fixup()`,
4a 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
9This function should almost always be used when a port has `*config.cmake` files,
10even when the buildsystem of the project is not CMake.