On Mon, 31 Mar 2025, Corinna Vinschen via Cygwin wrote: > On Mar 30 14:02, Jeremy Drake via Cygwin wrote: > > I kind of think > > https://github.com/Kitware/CMake/blob/5978c57c20b762a5aeb4b00f31a51a090d670430/Utilities/cmcurl/CMakeLists.txt#L165 > > should match "^(Linux|Cygwin)$"... Otherwise it doesn't get __BSD_VISIBLE
That didn't work - it turns out it's CYGWIN not Cygwin. With the proper case, it did work. BTW, hitting that case was due to disabling openssl -DCMAKE_USE_OPENSSL=OFF otherwise it would have used openssl to get its randomness. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple