summaryrefslogtreecommitdiffstats
path: root/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/docs/maintainers/ports/vcpkg-cmake-config.md
blob: 18e7bb9ac870839b5a1c1f66bec17ef7a8b48a56 (plain)
1
2
3
4
5
6
7
8
9
10
# vcpkg-cmake-config

`vcpkg-cmake-config` provides `vcpkg_cmake_config_fixup()`,
a function which both:

- Fixes common mistakes in port build systems, like using absolute paths
- Merges the debug and release config files.

This function should almost always be used when a port has `*config.cmake` files,
even when the buildsystem of the project is not CMake.