Skip to content

Commit f96b46f

Browse files
committed
cmake: Let's not pretend 3.6.0 is a minimum supported version
src/controls/CMakeLists.txt already makes use of the following: https://cmake.org/cmake/help/latest/manual/cmake-generator-expressions.7.html#list-transformations
1 parent 602ad7c commit f96b46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.6.0)
1+
cmake_minimum_required(VERSION 3.27.0)
22

33
project(qml-asteroid
44
VERSION 2.0.0

0 commit comments

Comments
 (0)