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: [email protected]
For additional commands, e-mail: [email protected]