Cmake 특정버전 설치하기 - DanielWorld/SoftwareTech GitHub Wiki
- 설치하고 하는 버전과 일치하는 cmake.rb commit history 를 살펴본다. link
- 해당 commit 값 가져오기
-
URL 생성 https://raw.githubusercontent.com/Homebrew/homebrew-core/{commit 값}/Formula/cmake.rb 예시 : https://raw.githubusercontent.com/Homebrew/homebrew-core/481056b12a782e11b43670f406b1674b05990d0d/Formula/cmake.rb
-
아래 stackoverflow 순서대로 brew 설치를 진행 : https://stackoverflow.com/questions/67781625/install-cmake-3-19-2-with-homebrew/67864951#67864951