Update check_compiler_version macro to handle latest Visual Studios - #5041
Conversation
|
Hi @jmarrec Thanks for trying to contribute this PR. The problem is that you are using lexicographic string compare with |
|
Hi, yeah I did see the failures earlier. Will look when back at a computer. What's the earliest cmake you intend to support? (Some functions aren't available in older cmake versions (eg strless_equal, not that I intend to use this one in particular)).I see some doc examples with 2.8, is that so? |
|
Hi. |
|
Great, thanks for the contribution |
Changelog: Fix: A simple addition to ensure right compiler version is found on windows.
Docs: omit
(I have read the contributing guide. It's such a small thing that I didn't bother to create an issue first for this though).
developbranch, documenting this one: N/ANote: By default this PR will skip the slower tests and will use a limited set of python versions. Check here how to increase the testing level by writing some tags in the current PR body text.