You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2016/12/20 17:55:01 UTC

qpid-cpp git commit: QPID-7595: Higher required cmake version for Windows

Repository: qpid-cpp
Updated Branches:
  refs/heads/master 97afe01e2 -> 70ef8c91a


QPID-7595: Higher required cmake version for Windows


Project: http://git-wip-us.apache.org/repos/asf/qpid-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-cpp/commit/70ef8c91
Tree: http://git-wip-us.apache.org/repos/asf/qpid-cpp/tree/70ef8c91
Diff: http://git-wip-us.apache.org/repos/asf/qpid-cpp/diff/70ef8c91

Branch: refs/heads/master
Commit: 70ef8c91a73fb8df1ce35bbdc643fd8011c7728e
Parents: 97afe01
Author: Chuck Rolke <cr...@redhat.com>
Authored: Tue Dec 20 12:57:23 2016 -0500
Committer: Chuck Rolke <cr...@redhat.com>
Committed: Tue Dec 20 12:57:23 2016 -0500

----------------------------------------------------------------------
 src/msvc.cmake | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-cpp/blob/70ef8c91/src/msvc.cmake
----------------------------------------------------------------------
diff --git a/src/msvc.cmake b/src/msvc.cmake
index 4aa2f71..7387c51 100644
--- a/src/msvc.cmake
+++ b/src/msvc.cmake
@@ -21,6 +21,11 @@
 #  * Allows for detailed specification of file/product versions.
 #  * Installs PDB files.
 
+if (MSVC)
+  # TARGET_PDB_FILE generator expression introduced in 3.1
+  cmake_minimum_required(VERSION 3.1.3 FATAL_ERROR)
+endif (MSVC)
+
 #
 # If the compiler is Visual Studio set up installation of .pdb files 
 #


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org