Skip to content

Commit 6ba9862

Browse files
authored
Merge pull request #15 from a17r/cmake-3.10-minimum
Raise CMake minimum version to 3.10..3.31 range
2 parents 522e38b + d91ba10 commit 6ba9862

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.5)
1+
cmake_minimum_required(VERSION 3.10..3.31)
22
project(kColorPicker LANGUAGES CXX VERSION 0.3.1)
33

44
set(QT_MIN_VERSION 5.15.2)

0 commit comments

Comments
 (0)