Skip to content

Commit 3595599

Browse files
authored
Merge pull request #285 from luxonis/master
Lower the minimum CMake version to 3.16
2 parents da1754d + 2da8e13 commit 3595599

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
@@ -7,7 +7,7 @@
77
# The full license is in the file LICENSE, distributed with this software. #
88
############################################################################
99

10-
cmake_minimum_required(VERSION 3.29)
10+
cmake_minimum_required(VERSION 3.16)
1111
project(xtl)
1212

1313
set(XTL_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)

0 commit comments

Comments
 (0)