clhep: don't override CMAKE_PREFIX_PATH
This commit is contained in:
parent
0f4a2a9e45
commit
a5119d4aac
1 changed files with 1 additions and 3 deletions
|
@ -12,9 +12,7 @@ class Clhep < Formula
|
|||
|
||||
def install
|
||||
mkdir "clhep-build" do
|
||||
system "cmake", "../CLHEP",
|
||||
"-DCMAKE_PREFIX_PATH=#{prefix}",
|
||||
*std_cmake_args
|
||||
system "cmake", "../CLHEP", *std_cmake_args
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue