mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
a283e58b51
Add the option to keep the current filestamps when extracting an archive in ExternalProject_Add. Enabling this option makes the behavior consistent with how ExternalProject_Add is used when checking out code from revision control instead of an archive. Fixes: #22746
3 lines
60 B
CMake
3 lines
60 B
CMake
cmake_policy(SET CMP0135 OLD)
|
|
include(CMP0135-Common.cmake)
|