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

Andrew Stitcher edited comment on QPID-7595 at 12/20/16 3:37 PM:
-----------------------------------------------------------------

I don't regard this as a significant problem because in practice all versions 
of cmake on windows machines are under the builders control and can be easily 
upgraded (either manually or using chocolatey).

The cmake_minimum_required is the version available on ubuntu 1204 - even rhel 
6 has a later version - 2.8.12 I think. If we want to up the minimum ubuntu to 
1404 then we can go to 2.8.12.

Is this a case where you are unable to upgrade cmake on a windows platform?

I'm not aware if you can make the cmake_minimum_version conditional somehow, 
but that maybe a solution - although it will make the cmake file a little 
harder to read if possible.

Better requirement docs would help here.


was (Author: astitcher):
I don't regard this as a significant problem because in practice all versions 
of cmake on windows machines are under the builders control and can be easily 
upgraded (either manually or using chocolatey).

The cmake_minimum_required is the version available on ubuntu 1404 - even rhel 
6 has a later version - 2.8.12 I think.

Is this a case where you are unable to upgrade cmake on a windows platform?

I'm not aware if you can make the cmake_minimum_version conditional somehow, 
but that maybe a solution - although it will make the cmake file a little 
harder to read if possible.

Better requirement docs would help here.

> [C++ Windows] CMake required version is too low for installation
> ----------------------------------------------------------------
>
>                 Key: QPID-7595
>                 URL: https://issues.apache.org/jira/browse/QPID-7595
>             Project: Qpid
>          Issue Type: Bug
>          Components: Build Tools
>    Affects Versions: qpid-cpp-1.35.0
>         Environment: Windows
>            Reporter: Chuck Rolke
>
> The top level cmake lists declares
> {noformat}
> cmake_minimum_required(VERSION 2.8.7 FATAL_ERROR)
> {noformat}
> But the installation in src/msvc.cmake on Windows uses 
> {noformat}
> $<TARGET_PDB_FILE:${theLibrary}>
> {noformat}
>  
> which was introduced in CMake 3.1.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to