mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-29 19:28:33 +00:00
Downgrade minimum required python version to 3.6 (#1274)
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.8 COMPONENTS Interpreter REQUIRED)
|
||||
find_package(Python3 3.6 COMPONENTS Interpreter REQUIRED)
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user