On Tue, 22 Apr 2025, Takashi Yano via Cygwin-apps wrote: > + set(CYGWIN_LIBRARIES ${MINGW_RUNTIME} cygwin advapi32 > + shell32 user32 kernel32 ${CYGWIN_RUNTIME})
Is that MINGW_RUNTIME right, or should it have been CYGWIN_RUNTIME in a copy-paste error? Because MINGW_RUNTIME seems to be set below, in if (MINGW) block that shouldn't be true on CYGWIN.