You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Andrew Stitcher (JIRA)" <ji...@apache.org> on 2016/12/20 15:34:58 UTC

[jira] [Commented] (QPID-7595) [C++ Windows] CMake required version is too low for installation

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

Andrew Stitcher commented on QPID-7595:
---------------------------------------

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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org