Skip to content

Commit 117df4f

Browse files
committed
test: Fix CMake deprecation error
We now support a full range of 3.5...3.30 to avoid breakage for the next few years.
1 parent 4796823 commit 117df4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/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 2.8 )
1+
cmake_minimum_required(VERSION 3.5...3.30)
22

33
include_directories( ${CMAKE_CURRENT_SOURCE_DIR} )
44

0 commit comments

Comments
 (0)