We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52fd48 commit b17b4edCopy full SHA for b17b4ed
cmake/findDependencies.cmake
@@ -49,7 +49,8 @@ if(NOT Python_Interpreter_FOUND)
49
endif()
50
else()
51
if(${Python_VERSION} VERSION_LESS 3.7)
52
- 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.")
53
+ set(USE_MATCHCOMPILER_OPT "Off")
54
55
56
0 commit comments