[ 
https://issues.apache.org/jira/browse/QPID-5260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13806724#comment-13806724
 ] 

ASF subversion and git services commented on QPID-5260:
-------------------------------------------------------

Commit 1536329 from [~astitcher] in branch 'qpid/trunk'
[ https://svn.apache.org/r1536329 ]

QPID-5260: Significant tidy up of cmake build
* Move to cmake 2.6 as minimum required version
  (2.4 is extremely long in the tooth now)
* Add control over building individual language bindings
* Make settings you don't usually want to change advanced
  so they are hidden by default
* Changed to a uniform naming scheme for options:
  ** Options controlling what to build are all BUILD_
  ** Options controlling features of he build are ENABLE_
  ** Options controlling internal aspects of the qpid runtime are QPID_
* Respect the BUILD_TESTING option so that we won't build the
  tests unless it is set (it is by default)
* If we don't find the boost_unit_test_framework then don't fail,
  just don't build the unit tests (this is motivated by one of the
  Apache Jenkins ubuntu builders which has this set up)
* Tidied up some of the detection of external dependencies to make it
  more idiomatic cmake (but there is more to do here)

> Miscellaneous CMake Improvements
> --------------------------------
>
>                 Key: QPID-5260
>                 URL: https://issues.apache.org/jira/browse/QPID-5260
>             Project: Qpid
>          Issue Type: Improvement
>            Reporter: Andrew Stitcher
>            Assignee: Andrew Stitcher
>
> * Move to cmake 2.6 as minimum required version (2.4 is extremely long in the 
> tooth now)
> * Add control over building individual language bindings
> * Make settings you don't usually want to change advanved so they are hidden 
> by default
> * Changed to a uniform naming scheme for options:
> ** Options controlling what to build are all BUILD_
> ** Options controlling features of he build are ENABLE_
> ** Options controlling internal aspects of the qpid runtime are QPID_
> * Respect the BUILD_TESTING option so that we won't build the tests unless it 
> is set (it is by default)
> * If we don't find the boost_unit_test_framework then don't fail, just don't 
> build the unit tests (this is motivated by one of the Apache Jenkins ubuntu 
> builders which has this set up)
> * Tidied up some of the detection of external dependencies to make it more 
> idiomatic cmake (but there is more to do here)
>  



--
This message was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to