Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel_ROCM
Commits
7797f7c7
Unverified
Commit
7797f7c7
authored
May 01, 2024
by
Illia Silin
Committed by
GitHub
May 01, 2024
Browse files
Downgrade minimum required python version to 3.6 (#1274)
parent
f0bf1e31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
7797f7c7
...
@@ -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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment