bump minimum python version to 3.8 for 2.x
Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
[ROCm/rocprofiler-compute commit: 9b63bbaff1]
This commit is contained in:
committed by
Karl W. Schulz
parent
ec9938a249
commit
d7ea346025
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user