Skip to content

Commit d91ba10

Browse files
committed
Raise CMake minimum version to 3.10..3.31 range
CMake 3.10 was released in 2017, fixes warning since CMake-3.31: CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier. Signed-off-by: Andreas Sturmlechner <[email protected]>
1 parent 522e38b commit d91ba10

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)