mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-14 13:30:29 -05:00
The commands moved to shared_internal_commands.cmake will soon be used directly by FetchContent, which cannot always include the full ExternalProject.cmake file (e.g. it may be used in CMake script mode). Issue: #21703