libccd: update cmake argument (#37365)
This commit is contained in:
parent
4ce204abf8
commit
de9499b234
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Libccd < Formula
|
|||
depends_on "cmake" => :build
|
||||
|
||||
def install
|
||||
system "cmake", ".", "-DCCD_DOUBLE=ON", *std_cmake_args
|
||||
system "cmake", ".", "-DENABLE_DOUBLE_PRECISION=ON", *std_cmake_args
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue