Skip to content

Commit f7c6fe7

Browse files
committed
[CMake] Raise minimum required CMake version to 3.10
To avoid this warning: ```txt CMake Deprecation Warning at roottest/CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. ```
1 parent 359dde1 commit f7c6fe7

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.9 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
22

33
project(roottest)
44

0 commit comments

Comments
 (0)