Skip to content

Commit c408cc0

Browse files
raising minimum cmake version number as 2.8 is deprecated
1 parent 501271b commit c408cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/test/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
##########################################################################
22

3-
cmake_minimum_required(VERSION 2.8)
3+
cmake_minimum_required(VERSION 3.5)
44

55
##########################################################################
66

0 commit comments

Comments
 (0)