Skip to content

Commit 2d80190

Browse files
authored
CMake 4 dropped support for CMake < 3.5
1 parent 25394a1 commit 2d80190

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/cpp-qt-client/CMakeLists.txt.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.4)
1+
cmake_minimum_required(VERSION 3.5)
22
string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]" APP_VERSION "{{appVersion}}")
33
string(REGEX REPLACE " " "" TARGET_NAME "{{appName}}")
44

0 commit comments

Comments
 (0)