Skip to content

Commit

Permalink
update ver_minor range.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhancn committed Nov 20, 2024
1 parent 895461a commit 1b2e93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libkineto/src/plugin/xpupti/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if(TARGET Pti::pti_view)
list(APPEND pti_view_names pti_view)
# For Windows, file name to be appended with version number.
foreach(ver_major RANGE 0 1)
foreach(ver_minor RANGE 0 9)
foreach(ver_minor RANGE 0 19)
list(APPEND pti_view_names pti_view-${ver_major}-${ver_minor})
endforeach()
endforeach()
Expand Down

0 comments on commit 1b2e93f

Please sign in to comment.