Closed yungyuc closed 3 years ago
ref #81
On Mac, the cmake option ENABLE_OS_SPECIFIC_INSTALL is set to ON, and it does not install the binary to the specified location. Add -DENABLE_OS_SPECIFIC_INSTALL=OFF to the build script.
ENABLE_OS_SPECIFIC_INSTALL
ON
-DENABLE_OS_SPECIFIC_INSTALL=OFF
Also switch to use tarball to make installation more stable.
ref #81
On Mac, the cmake option
ENABLE_OS_SPECIFIC_INSTALL
is set toON
, and it does not install the binary to the specified location. Add-DENABLE_OS_SPECIFIC_INSTALL=OFF
to the build script.Also switch to use tarball to make installation more stable.