ngtcp2 / nghttp3

HTTP/3 library written in C
https://nghttp2.org/nghttp3/
MIT License
869 stars 95 forks source link

cmake: Update ENABLE_STATIC_CRT for cmake >= 3.15 #236

Closed mludha closed 4 months ago

mludha commented 4 months ago

CMake >= 3.15 doesn't add runtime library selection to compiler flags because of CMP0091 behavior change. There's a new variable for that. Since we require version >= 3.20 there's no need to keep the old behavior.

tatsuhiro-t commented 4 months ago

Thank you for PR. Merged now.