Herring
Herring
I made a 3.2.3 package for conan 2 a while ago which works on Windows and Linux. Actually tested today on conan v1 (1.62) and it works there as well....
@MathiasMagnus I noted the exact same issue and made a very similar approach with CMakePresets.json including a generated cmake-file containing the environment of the user. I cannot grasp why sourcing...
@MathiasMagnus > @herring-swe If you ask me sourcing environment scripts isn't the best solution to this problem, for multiple reasons: > > * `vcvarsall.bat` would add a considerable overhead to...
check if it supports: -dumpfullversion -dumpversion (used in conjunction in this order) I found this to be most reliable of getting the version from GNU compilers since -v/--version may be...