Skip to content

Commit 2781a26

Browse files
authored
Merge pull request #16 from a17r/cmake-3.10-minimum
Fix cmake_minimum_required version range typo
2 parents 6ba9862 + b86e596 commit 2781a26

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.10..3.31)
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)