Skip to content

Commit

Permalink
Update geant4.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmyczko authored Jul 25, 2024
1 parent f13519d commit ada8227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geant4.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Geant4 < Formula
def install
system "mkdir", "build"
system "cd", "build"
system "cmake", "."
system "cmake", ".."
system "make"
# -DQt5_DIR=$(brew --prefix qt5)/lib/cmake/Qt5
# or brew --prefix qt6 / brew --prefix qt
Expand Down

0 comments on commit ada8227

Please sign in to comment.