vcpkg/docs/maintainers/vcpkg_install_cmake.md
autoantwort f44d4c169f
[docs] link to new functions in deprecated warnings (#17179)
* [docs] link to new functions in deprecated warnings

* [docs] add deprecation messages to portfile-functions.md

* [docs] also update documentation in .cmake files

* [docs] introduce new directive DEPRECATED BY in the documentation generation script and use that directive

* Trigger Build

* Trigger Build

* Trigger Build
2021-05-09 10:47:21 -07:00

1.1 KiB

vcpkg_install_cmake

This function has been deprecated in favor of vcpkg_cmake_install from the vcpkg-cmake port.

The latest version of this document lives in the vcpkg repo.

Build and install a cmake project.

Usage:

vcpkg_install_cmake(...)

Parameters:

See vcpkg_build_cmake().

Notes:

This command transparently forwards to vcpkg_build_cmake(), adding a TARGET install parameter.

Examples:

Source

scripts/cmake/vcpkg_install_cmake.cmake