Skip to content

Commit edda8e8

Browse files
authored
Update cmake version (#626)
1 parent 5910f8b commit edda8e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

33
project(decoder)
44

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Add CMake as a build requirement if cmake is not installed
1414
# or is too low a version
1515
try:
16-
if version.parse(get_cmake_version()) < version.parse("3.4"):
16+
if version.parse(get_cmake_version()) < version.parse("3.10"):
1717
setup_requires.append("cmake")
1818
except SKBuildError:
1919
setup_requires.append("cmake")

0 commit comments

Comments
 (0)