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 4c5307b456

Closes #22191
This commit is contained in:
Viktor Szakats 2026-06-22 23:00:05 +02:00
parent 6d008352c6
commit 65dae4ad80
No known key found for this signature in database

View file

@ -118,7 +118,6 @@ int main(void)
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <float.h>
int main(void)
{
return 0;