Skip to content

Commit df09b26

Browse files
committed
update cmake version to 3.5
1 parent 8489b66 commit df09b26

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
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(cpp-qt-petstore)
44
set(CMAKE_VERBOSE_MAKEFILE ON)

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

Lines changed: 1 addition & 1 deletion
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(cpp-qt-petstore)
44
set(CMAKE_VERBOSE_MAKEFILE ON)

0 commit comments

Comments
 (0)