carla
carla copied to clipboard
Setup: Update setup scripts when cmake 3.30 is released
Modify Setup scripts to install cmake 3.30.* or higer when is released due the next change fixes the download errors during build:
https://gitlab.kitware.com/cmake/cmake/-/merge_requests/9464#note_1514760
How to do it
- For ubuntu, we should modify the Setup.sh script to download and uncompress cmake 3.30.* instead cmake 3.28.*
- For windows, cmake is currently get form VisualStudio, so we have two options here:
- Just wait for VisualStudio updates the CMake version.
- Modify the Setup.bat script to download and install cmake 3.30.*