Skip to content

Commit b794802

Browse files
authored
Merge pull request #17 from opencloud-eu/TheOneRing-patch-1
CMake 4 dropped support for CMake < 3.5
2 parents 25394a1 + 2d80190 commit b794802

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)