mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-25 00:36:19 +00:00
This adds the OPTIONAL option to the install(DIRECTORY) command. It tells the installation rule that it is not an error if the source directory does not exist. See issue #8394.