• Filippos Giannakos's avatar
    Serialize python builds (#1951) · 19bdbfd2
    Filippos Giannakos authored
    Generating sdist for both python2 and python3 at the same time can fail
    as they both use the same temporary files.
    
    Make sure that we generate sdist for each `PYTHON_CMD` sequentially.
    19bdbfd2
CMakeLists.txt 1.48 KB