Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Clarify CMAKE_INSTALL_MODE documentation | Felix Lelchuk | 2021-11-23 | 1 | -10/+70 |
| | | | | Fixes: #22869 Co-Authored-By: Craig Scott <craig.scott@crascit.com> | ||||
* | Help: Use definition list for allowed values of CMAKE_INSTALL_MODE | Craig Scott | 2021-11-23 | 1 | -8/+27 |
| | | | | Clean up the wording as well for improved consistency and clarity. | ||||
* | Alternative symlink-creating mode for file(INSTALL ...) | Felix Lelchuk | 2021-08-02 | 1 | -0/+37 |
An new environment variable 'CMAKE_INSTALL_MODE' is introduced, which can be used to ask CMake to create symbolic links instead of copying files during a file(INSTALL ...). The operation is at the file level only, directory trees are still created using actual directories, not links. Signed-off-by: Felix Lelchuk <felix.lelchuk@gmx.de> |