mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-12 01:10:17 +00:00
Update the required Python version to 3.9
This commit is contained in:
@@ -26,7 +26,7 @@ set(version 1.1.0)
|
||||
project(composable_kernel VERSION ${version} LANGUAGES CXX)
|
||||
include(CTest)
|
||||
|
||||
find_package(Python3 3.7 COMPONENTS Interpreter REQUIRED)
|
||||
find_package(Python3 3.9 COMPONENTS Interpreter REQUIRED)
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user