diff --git a/CMakeLists.txt b/CMakeLists.txt index daab4ea58..02085b068 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,7 @@ message(STATUS "Installation path: ${CMAKE_INSTALL_PREFIX}") # Python 3 is required message(STATUS "Detecting Python interpreter...") find_package( - Python3 3.7 + Python3 3.8 COMPONENTS Interpreter REQUIRED)