You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Blake Bender (Jira)" <ji...@apache.org> on 2019/09/18 18:47:00 UTC

[jira] [Created] (GEODE-7217) Provide cmake switches to build static/shared libs, tests

Blake Bender created GEODE-7217:
-----------------------------------

             Summary: Provide cmake switches to build static/shared libs, tests
                 Key: GEODE-7217
                 URL: https://issues.apache.org/jira/browse/GEODE-7217
             Project: Geode
          Issue Type: Improvement
          Components: native client
            Reporter: Blake Bender


As a developer, I would like to minimize the time I spend waiting for builds.  A good portion of the time, the only things I wish to build in the native client tree are either the static or shared libraries, and sometimes I don't wish to build tests.  All three of these should be switchable via cmake variables.

 

Acceptance criteria:
 * Given a clean native client build tree
 * When I specify BUILD_STATIC:BOOL=NO, or BUILD_SHARED:BOOL=NO, or BUILD_TESTS:BOOL=NO
 * Then the corresponding components should not be built in the tree



--
This message was sent by Atlassian Jira
(v8.3.4#803005)