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 6433882 Updated minimum version of cmake to 3.16.3
6433882 is described below
commit 64338824ca0dd44dbbff4f1f15f6255b6458782a
Author: Kim van der Riet <[email protected]>
AuthorDate: Tue Sep 14 11:05:57 2021 -0400
Updated minimum version of cmake to 3.16.3
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c805e5d..9f520aa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,7 +19,7 @@
project(qpid-interop-test)
-cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.16.3 FATAL_ERROR)
set (ErrorFlag FALSE)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]