From 65dae4ad80b02f25a25e17af62ea4f2940970330 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 22 Jun 2026 23:00:05 +0200 Subject: [PATCH] cmake: stop probing unused `float.h` for `STDC_HEADERS` Also to sync up with current autotools, which stopped testing for it at one point. Follow-up to 4c5307b45655ba75ab066564afdc0c111a8b9291 Closes #22191 --- CMake/CurlTests.c | 1 - 1 file changed, 1 deletion(-) diff --git a/CMake/CurlTests.c b/CMake/CurlTests.c index 9f5a2678aa..2da96eccc8 100644 --- a/CMake/CurlTests.c +++ b/CMake/CurlTests.c @@ -118,7 +118,6 @@ int main(void) #include #include #include -#include int main(void) { return 0;