From 1389a2489fdded0306ffdc46061222fc73b69691 Mon Sep 17 00:00:00 2001 From: Greg Miller <9447643+devjgm@users.noreply.github.com> Date: Sun, 14 Jul 2019 09:08:14 -0400 Subject: [PATCH] updated cmake version in clang-verify.in --- sdks/cpp/cmake/clang-verify.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/cpp/cmake/clang-verify.in b/sdks/cpp/cmake/clang-verify.in index 59b133ec97..8a22852aa3 100644 --- a/sdks/cpp/cmake/clang-verify.in +++ b/sdks/cpp/cmake/clang-verify.in @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required (VERSION 3.13.0) +cmake_minimum_required (VERSION 3.5.0) option(AGONES_SILENT_OUTPUT "Show only warnings/error messages" OFF) if (AGONES_SILENT_OUTPUT)