We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502c802 commit 3a59539Copy full SHA for 3a59539
1 file changed
cmake/findDependencies.cmake
@@ -47,7 +47,8 @@ if(NOT Python_Interpreter_FOUND)
47
endif()
48
else()
49
if(${Python_VERSION} VERSION_LESS 3.7)
50
- message(FATAL_ERROR "The minimum supported Python version is 3.7 - found ${Python_VERSION}")
+ message(WARNING "The minimum supported Python version is 3.7, found ${Python_VERSION} - disabling matchcompiler.")
51
+ set(USE_MATCHCOMPILER_OPT "Off")
52
53
54
0 commit comments