Bugfix update CMake to 3.23.3
https://www.kitware.com/cmake-3-23-3-available-for-download/
This commit is contained in:
parent
af653c21f2
commit
d1a13d9219
@ -2,11 +2,10 @@ DPB_PROPERTIES = parallel
|
||||
|
||||
COMMENT = portable build system
|
||||
|
||||
VER = 3.23.2
|
||||
VER = 3.23.3
|
||||
EPOCH = 0
|
||||
DISTNAME = cmake-${VER}
|
||||
CATEGORIES = devel
|
||||
REVISION = 3
|
||||
|
||||
HOMEPAGE = https://www.cmake.org/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cmake-3.23.2.tar.gz) = 8xa0AFNGb5pBat+YHv2kGxYMqFnpf2pIS0R+opn/Jqo=
|
||||
SIZE (cmake-3.23.2.tar.gz) = 9987716
|
||||
SHA256 (cmake-3.23.3.tar.gz) = Bv768K2UmJcktW9zMJPCYj9vhDVuW+uVWVf5zj7iiAk=
|
||||
SIZE (cmake-3.23.3.tar.gz) = 9988050
|
||||
|
@ -1,7 +1,7 @@
|
||||
Index: Source/cmGlobalGenerator.cxx
|
||||
--- Source/cmGlobalGenerator.cxx.orig
|
||||
+++ Source/cmGlobalGenerator.cxx
|
||||
@@ -2676,6 +2676,9 @@ void cmGlobalGenerator::AddGlobalTarget_Test(
|
||||
@@ -2678,6 +2678,9 @@ void cmGlobalGenerator::AddGlobalTarget_Test(
|
||||
cmCustomCommandLine singleLine;
|
||||
singleLine.push_back(cmSystemTools::GetCTestCommand());
|
||||
singleLine.push_back("--force-new-ctest-process");
|
||||
|
Loading…
Reference in New Issue
Block a user