libccd: update cmake argument (#37365)

This commit is contained in:
Jeongseok Lee 2019-02-26 14:18:31 -08:00 committed by FX Coudert
parent 4ce204abf8
commit de9499b234

View file

@ -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