This is an automated email from the ASF dual-hosted git repository.
kpvdr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-interop-test.git
The following commit(s) were added to refs/heads/main by this push:
new 97e13f6 Updated minimum version of cmake to 2.8.12 owing to
deprecation warning
97e13f6 is described below
commit 97e13f6b4f47c18b65d5a52ccdc203d409c625a6
Author: Kim van der Riet <[email protected]>
AuthorDate: Tue Sep 14 10:51:34 2021 -0400
Updated minimum version of cmake to 2.8.12 owing to deprecation warning
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 795aef8..c805e5d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,7 +19,7 @@
project(qpid-interop-test)
-cmake_minimum_required(VERSION 2.8.7 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
set (ErrorFlag FALSE)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]