We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41df780 commit 5c7821cCopy full SHA for 5c7821c
scripts/install_deps.sh
@@ -10,7 +10,10 @@ brew install gnu-sed
10
brew install automake
11
brew install libtool
12
13
-rm -f /usr/local/bin/cmake
+brew uninstall --ignore-dependencies cmake 2>/dev/null || true
14
+rm -rf /Applications/CMake.app
15
+rm -f /usr/local/bin/cmake /usr/local/bin/ctest /usr/local/bin/cpack /usr/local/bin/cmake-gui /usr/local/bin/ccmake
16
+
17
CMAKE_VERSION=3.31.6
18
mkdir ~/Downloads/CMake
19
curl --location --retry 3 "https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-macos-universal.dmg" --output ~/Downloads/CMake/cmake-macos.dmg
0 commit comments