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

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

Chuck Rolke created QPID-7595:
---------------------------------

             Summary: [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