Skip to content

cmake: add '--install <dir>' option

Jiang Yi requested to merge (removed):cmake--install into master

Add '--install ' option.

This abstracts invocations of cmake -P <dir>/cmake_install.cmake with options

--config <cfg> For multi-configuration tools, choose configuration <cfg>.

--component <comp> Component-based install. Only install component <comp>.

--prefix <prefix> The installation prefix CMAKE_INSTALL_PREFIX.

--strip Strip before installing by setting CMAKE_INSTALL_DO_STRIP.

-v, --verbose Enable verbose output.

Edited by Jiang Yi

Merge request reports