Maybe this already exists and I can't find the information on how to do it.
When building Python extensions with Scikit build on Jenkins CI node, I might have multiple versions of CMake installed. I would like to know if there is a way, perhaps with an environment variable, to override the version on CMake on the path to another version installed somewhere else? Appending the path before running each job is getting really annoying,