Skip to content

Commit

Permalink
Merge pull request ROCm#1306 from emankov/HIPIFY
Browse files Browse the repository at this point in the history
[HIPIFY][cmake][tests][fix] Enable Python 3.12.x support in cmake
  • Loading branch information
emankov authored Jan 28, 2024
2 parents 90d27d3 + b80f927 commit cf01b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ if(HIPIFY_CLANG_TESTS OR HIPIFY_CLANG_TESTS_ONLY)
if(${CMAKE_VERSION} VERSION_LESS "3.27.0")
find_package(PythonInterp 2.7 REQUIRED)
else()
find_package(Python 2.7...3.12 REQUIRED)
find_package(Python 2.7...3.13 REQUIRED)
endif()

function (require_program PROGRAM_NAME)
Expand Down

0 comments on commit cf01b91

Please sign in to comment.