Skip to content

Commit c56fc21

Browse files
[cpp-qt-client] Update minimum cmake version to 3.5 (#17480)
1 parent cb84dff commit c56fc21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/openapi-generator/src/main/resources/cpp-qt-client/CMakeLists.txt.mustache

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.2)
1+
cmake_minimum_required(VERSION 3.5)
22

33
project({{{packageName}}})
44

samples/client/petstore/cpp-qt/client/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.2)
1+
cmake_minimum_required(VERSION 3.5)
22

33
project(CppQtPetstoreClient)
44

0 commit comments

Comments
 (0)