install — CMake 3.23.0-rc4 Documentation
cmake.org › cmake › helpUse the CMAKE_INSTALL_MESSAGE variable to control which messages are printed. New in version 3.11: Many of the install () variants implicitly create the directories containing the installed files. If CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS is set, these directories will be created with the permissions specified.
install_programs — CMake 3.23.0-rc2 Documentation
cmake.org › latest › commandinstall_programs — CMake 3.23.0-rc2 Documentation install_programs ¶ Deprecated since version 3.0: Use the install (PROGRAMS) command instead. This command has been superseded by the install () command. It is provided for compatibility with older CMake code. The FILES form is directly replaced by the PROGRAMS form of the install () command.
Install any Software — BASIS
cmake-basis.github.io › howto › installThe common steps to build, test, and install software from source code based on CMake are as follows: Extract source files. Create build directory and change to it. Run CMake to configure the build tree. Build the software using selected build tool. Test the built software. Install the built files.