carla icon indicating copy to clipboard operation
carla copied to clipboard

Setup: Update setup scripts when cmake 3.30 is released

Open xavisolesoft opened this issue 10 months ago • 0 comments

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.*

xavisolesoft avatar Apr 24 '24 17:04 xavisolesoft