Skip to content

Commit

Permalink
Merge pull request Homebrew#192910 from StrikerRUS/StrikerRUS-patch-1
Browse files Browse the repository at this point in the history
lightgbm: remove unused CMake argument
  • Loading branch information
BrewTestBot authored Oct 5, 2024
2 parents 5eab41a + d1a0cf5 commit 9ce8743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/l/lightgbm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Lightgbm < Formula
end

def install
system "cmake", "-S", ".", "-B", "build", *std_cmake_args, "-DAPPLE_OUTPUT_DYLIB=ON"
system "cmake", "-S", ".", "-B", "build", *std_cmake_args
system "cmake", "--build", "build"
system "cmake", "--install", "build"
pkgshare.install "examples"
Expand Down

0 comments on commit 9ce8743

Please sign in to comment.