[
https://issues.apache.org/jira/browse/QPID-7595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15764821#comment-15764821
]
Andrew Stitcher edited comment on QPID-7595 at 12/20/16 6:00 PM:
-----------------------------------------------------------------
This fix is in the wrong place - it needs to be in the form of
{noformat}
if (NOT MSVC) {
minimum is minimum for unix etc.
} else {
minimum for msvc
}
{noformat}
not hidden away in some place that no one ever looks at.
was (Author: astitcher):
This fix is in the wrong place - it needs to be in the form of
{{{
if (NOT MSVC) {
minimum is minimum for unix etc.
} else {
minimum for msvc
}
}}}
not hidden away in some place that no one ever looks at.
> [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]