[
https://issues.apache.org/jira/browse/QPID-7595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15764875#comment-15764875
]
ASF subversion and git services commented on QPID-7595:
-------------------------------------------------------
Commit dd8e5b350b6d89263754b8bf781376d78d150490 in qpid-cpp's branch
refs/heads/master from [~chug]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-cpp.git;h=dd8e5b3 ]
QPID-7595: Raise minimum cmake version for windows
> [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]