"...composable_kernel.git" did not exist on "b3767dbe9bdafb05f6d58933e72efd0cbf5769f2"
Commit d25889b1 authored by Illia Silin's avatar Illia Silin Committed by Jun Liu
Browse files

Downgrade minimum required python version to 3.6 (#1274)

parent f0759faf
...@@ -26,7 +26,7 @@ set(version 1.1.0) ...@@ -26,7 +26,7 @@ set(version 1.1.0)
project(composable_kernel VERSION ${version} LANGUAGES CXX) project(composable_kernel VERSION ${version} LANGUAGES CXX)
include(CTest) 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") list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment