You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Mike Percy (JIRA)" <ji...@apache.org> on 2019/03/02 10:13:00 UTC

[jira] [Created] (KUDU-2724) Binary jar build on OSX should specify target macos version

Mike Percy created KUDU-2724:
--------------------------------

             Summary: Binary jar build on OSX should specify target macos version
                 Key: KUDU-2724
                 URL: https://issues.apache.org/jira/browse/KUDU-2724
             Project: Kudu
          Issue Type: Improvement
            Reporter: Mike Percy


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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)