Closed mludha closed 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.
Thank you for PR. Merged now.
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.