What would be the best/preferred way to specify a specific release or minimum/maximum version for wxWidgets, rather what ever cmake can find at github ?
Take a look at the list here: https://github.com/wxWidgets/wxWidgets/tags, and then use the appropriate tag name in the GIT_TAG parameter in third party/wxwidgets/CMakeLists.txt
What would be the best/preferred way to specify a specific release or minimum/maximum version for wxWidgets, rather what ever cmake can find at github ?