Skip to content

Commit a1d2a20

Browse files
committed
lowering minimum version for cmake
1 parent da705af commit a1d2a20

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

33
# Grab the version from the python files
44
set(VERSION_REGEX [=[__version__[ \t]*=[ \t]*"(.+)"]=])

0 commit comments

Comments
 (0)