vcpkg/ports/vcpkg-cmake-config
Alexander Neumann 3e13256799
[vcpkg-cmake-config] add missing TOOLS_PATH (#22863)
* add missing parameter to vcpkg-cmake-config

* version stuff

* apply format diff

* ci retrigger

* CI retrigger
2022-02-03 11:12:33 -08:00
..
copyright
portfile.cmake
README.md
vcpkg_cmake_config_fixup.cmake [vcpkg-cmake-config] add missing TOOLS_PATH (#22863) 2022-02-03 11:12:33 -08:00
vcpkg-port-config.cmake
vcpkg.json [vcpkg-cmake-config] add missing TOOLS_PATH (#22863) 2022-02-03 11:12:33 -08:00

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.