Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
The binary test jar build should use one of the commonly-used options to specify a target macOS version when building the binary jar, so that it isn't required to build on an old platform to get wide compatibility.
The common methods seem to be documented here:
https://cmake.org/cmake/help/v3.0/variable/CMAKE_OSX_DEPLOYMENT_TARGET.html
These include specifying the compiler flag -mmacosx-version-min, the environment variable MACOSX_DEPLOYMENT_TARGET, or the CMake variable CMAKE_OSX_DEPLOYMENT_TARGET.