UPDATE: devel/cmake 3.30.1 -> 3.31.2
This commit is contained in:
parent
ffc4360a2c
commit
15007ad2c6
13 changed files with 365 additions and 51 deletions
|
@ -1,7 +1,7 @@
|
|||
Index: Source/cmFileCommand.cxx
|
||||
--- Source/cmFileCommand.cxx.orig
|
||||
+++ Source/cmFileCommand.cxx
|
||||
@@ -1870,6 +1870,13 @@ bool HandleDownloadCommand(std::vector<std::string> co
|
||||
@@ -1931,6 +1931,13 @@ bool HandleDownloadCommand(std::vector<std::string> co
|
||||
++i;
|
||||
std::string file;
|
||||
|
||||
|
@ -15,7 +15,7 @@ Index: Source/cmFileCommand.cxx
|
|||
long timeout = 0;
|
||||
long inactivity_timeout = 0;
|
||||
std::string logVar;
|
||||
@@ -2327,6 +2334,12 @@ bool HandleUploadCommand(std::vector<std::string> cons
|
||||
@@ -2412,6 +2419,12 @@ bool HandleUploadCommand(std::vector<std::string> cons
|
||||
cmExecutionStatus& status)
|
||||
{
|
||||
#if !defined(CMAKE_BOOTSTRAP)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue