From 2d3d211fa9297c66f6f68fc1499489ac05f14f6a Mon Sep 17 00:00:00 2001 From: Martin Delille Date: Wed, 27 Dec 2023 16:41:44 +0100 Subject: [PATCH] [cpp-qt-client] Update minimum cmake version to 3.5 --- .../src/main/resources/cpp-qt-client/CMakeLists.txt.mustache | 2 +- samples/client/petstore/cpp-qt/client/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/cpp-qt-client/CMakeLists.txt.mustache b/modules/openapi-generator/src/main/resources/cpp-qt-client/CMakeLists.txt.mustache index 338fbf63591e..62ccdff1bfe6 100644 --- a/modules/openapi-generator/src/main/resources/cpp-qt-client/CMakeLists.txt.mustache +++ b/modules/openapi-generator/src/main/resources/cpp-qt-client/CMakeLists.txt.mustache @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.2) +cmake_minimum_required(VERSION 3.5) project({{{packageName}}}) diff --git a/samples/client/petstore/cpp-qt/client/CMakeLists.txt b/samples/client/petstore/cpp-qt/client/CMakeLists.txt index fb37e4dc2d50..cf6ea32ab3b4 100644 --- a/samples/client/petstore/cpp-qt/client/CMakeLists.txt +++ b/samples/client/petstore/cpp-qt/client/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.2) +cmake_minimum_required(VERSION 3.5) project(CppQtPetstoreClient)