Skip to content

Commit 69f6dca

Browse files
committed
lowered acceptable version of Python in CMakeLits
1 parent 302cfd6 commit 69f6dca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Verify that Cmake is up to date
44
#
5-
CMAKE_MINIMUM_REQUIRED(VERSION 3.12)
5+
CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
66
set (CMAKE_CXX_STANDARD 14)
77
#SET(CMAKE_LEGACY_CYGWIN_WIN32 0)
88

0 commit comments

Comments
 (0)