- update to 3.31.0 * cmake-presets(7) files may now include comments using the key "$comment" at any level within the JSON object to provide documentation. * The Ninja Generators and Makefile Generators now produce a "codegen" build target. * The "CMAKE_LINK_LIBRARIES_STRATEGY" variable and corresponding "LINK_LIBRARIES_STRATEGY" target property were added to optionally specify the strategy CMake uses to generate link lines. * The "CMAKE_EXPORT_BUILD_DATABASE" variable, a corresponding "CMAKE_EXPORT_BUILD_DATABASE" environment variable, and an "EXPORT_BUILD_DATABASE" target property, were added to enable exporting C++ module compile commands. This is only supported with Ninja Generators. * The "CMAKE_<LANG>_HOST_COMPILER_ID" and "CMAKE_<LANG>_HOST_COMPILER_VERSION" variables were added, where "<LANG>" is either "CUDA" or "HIP". They are populated when "CMAKE_<LANG>_COMPILER_ID" is "NVIDIA" to identify NVCC's host compiler. * The "file(DOWNLOAD)" and "file(UPLOAD)" commands now verify TLS server certificates for connections to "https://" URLs by default. OBS-URL: https://build.opensuse.org/request/show/1222559 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=608
21 lines
761 B
Diff
21 lines
761 B
Diff
From 7bfe120c07f9fb571ed3e6e30db99d01da52bf60 Mon Sep 17 00:00:00 2001
|
|
From: Brad King <brad.king@kitware.com>
|
|
Date: Thu, 25 Jul 2024 11:00:36 -0400
|
|
Subject: Tests/RunCMake/file-DOWNLOAD: Update bad host name
|
|
message for curl 8.9
|
|
|
|
---
|
|
Tests/RunCMake/file-DOWNLOAD/bad-hostname-stdout.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Tests/RunCMake/file-DOWNLOAD/bad-hostname-stdout.txt b/Tests/RunCMake/file-DOWNLOAD/bad-hostname-stdout.txt
|
|
index 12278e0fb4..4aa7e93a9c 100644
|
|
--- a/Tests/RunCMake/file-DOWNLOAD/bad-hostname-stdout.txt
|
|
+++ b/Tests/RunCMake/file-DOWNLOAD/bad-hostname-stdout.txt
|
|
@@ -1 +1 @@
|
|
--- status='6;"Couldn't resolve host name"'
|
|
+-- status='6;"(Could not resolve hostname|Couldn't resolve host name)"'
|
|
--
|
|
2.45.2
|
|
|