文件操作 - CMAKE_SKIP_INSTALL_ALL_DEPENDENCY.rst
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/cmake3/Help/variable/CMAKE_SKIP_INSTALL_ALL_DEPENDENCY.rst
编辑文件内容
CMAKE_SKIP_INSTALL_ALL_DEPENDENCY --------------------------------- Don't make the ``install`` target depend on the ``all`` target. By default, the ``install`` target depends on the ``all`` target. This has the effect, that when ``make install`` is invoked or ``INSTALL`` is built, first the ``all`` target is built, then the installation starts. If :variable:`CMAKE_SKIP_INSTALL_ALL_DEPENDENCY` is set to ``TRUE``, this dependency is not created, so the installation process will start immediately, independent from whether the project has been completely built or not.
修改文件时间
将文件时间修改为当前时间的前一年
删除文件