Skip to content

Commit

Permalink
cm
Browse files Browse the repository at this point in the history
  • Loading branch information
paperchalice committed Mar 24, 2024
1 parent 4ef44ad commit ea7bb3b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Formula/cmake.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Cmake < Formula
desc "Cross-platform make"
homepage "https://www.cmake.org/"
url "https://github.com/Kitware/CMake/releases/download/v3.25.2/cmake-3.25.2.tar.gz"
mirror "http://fresh-center.net/linux/misc/cmake-3.25.2.tar.gz"
sha256 "c026f22cb931dd532f648f087d587f07a1843c6e66a3dfca4fb0ea21944ed33c"
url "https://github.com/Kitware/CMake/releases/download/v3.29.0/cmake-3.29.0.tar.gz"
mirror "http://fresh-center.net/linux/misc/cmake-3.29.0.tar.gz"
sha256 "a0669630aae7baa4a8228048bf30b622f9e9fd8ee8cedb941754e9e38686c778"
license "BSD-3-Clause"
head "https://gitlab.kitware.com/cmake/cmake.git", branch: "master"

Expand Down Expand Up @@ -46,6 +46,7 @@ def install

--
-D CMAKE_USE_SYSTEM_LIBRARIES=ON
-D CMAKE_USE_SYSTEM_CPPDAP=OFF
-D CMake_INSTALL_EMACS_DIR=#{elisp.relative_path_from prefix}
-D CMake_BUILD_LTO=ON
]
Expand Down

0 comments on commit ea7bb3b

Please sign in to comment.